A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/cli/azure/postgres/flexible-server/identity below:

az postgres flexible-server identity | Microsoft Learn

az postgres flexible-server identity

Manage server user assigned identities.

Commands

az postgres flexible-server identity assign

Add user assigned managed identities to the server.

az postgres flexible-server identity assign --identity
                                            --resource-group
                                            --server-name
                                            [--no-wait]
Examples

Add identities 'test-identity' and 'test-identity-2' to server 'testsvr'.

az postgres flexible-server identity assign -g testgroup -s testsvr --identity test-identity test-identity-2
Required Parameters

Space-separated names or ID's of identities.

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

Do not wait for the long-running operation to finish.

Property Value Default value: False Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server identity list

List all user assigned managed identities from the server.

az postgres flexible-server identity list --resource-group
                                          --server-name
Examples

List all identities from server 'testsvr'.

az postgres flexible-server identity list -g testgroup -s testsvr
Required Parameters

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server identity remove

Remove user assigned managed identites from the server.

az postgres flexible-server identity remove --identity
                                            --resource-group
                                            --server-name
                                            [--no-wait]
                                            [--yes]
Examples

Remove identity 'test-identity' from server 'testsvr'.

az postgres flexible-server identity remove -g testgroup -s testsvr --identity test-identity
Required Parameters

Space-separated names or ID's of identities.

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

Do not wait for the long-running operation to finish.

Property Value Default value: False

Do not prompt for confirmation.

Property Value Default value: False Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server identity show

Get an user assigned managed identity from the server.

az postgres flexible-server identity show --identity
                                          --resource-group
                                          --server-name
Examples

Get identity 'test-identity' from server 'testsvr'.

az postgres flexible-server identity show -g testgroup -s testsvr --identity test-identity
Required Parameters

Name or ID of identity to show.

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server identity update

Update to enable or disable system assigned managed identity on the server.

az postgres flexible-server identity update --resource-group
                                            --server-name
                                            --system-assigned {Disabled, Enabled}
                                            [--no-wait]
Examples

Enable system assigned managed identity on the server.

az postgres flexible-server identity update -g testgroup -s testsvr --system-assigned Enabled
Required Parameters

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Enable or disable system assigned identity to authenticate to cloud services without storing credentials in code. Default is Disabled.

Property Value Accepted values: Disabled, Enabled Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

Do not wait for the long-running operation to finish.

Property Value Default value: False Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4