azure-native.dbforpostgresql.getServer
Explore with Pulumi AI
Gets information about an existing flexible server.
Uses Azure REST API version 2024-08-01.
Other available API versions: 2022-12-01, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dbforpostgresql [ApiVersion]
. See the version guide for details.
Using getServer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getServer(args: GetServerArgs, opts?: InvokeOptions): Promise<GetServerResult>
function getServerOutput(args: GetServerOutputArgs, opts?: InvokeOptions): Output<GetServerResult>
def get_server(resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServerResult
def get_server_output(resource_group_name: Optional[pulumi.Input[str]] = None,
server_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServerResult]
func LookupServer(ctx *Context, args *LookupServerArgs, opts ...InvokeOption) (*LookupServerResult, error)
func LookupServerOutput(ctx *Context, args *LookupServerOutputArgs, opts ...InvokeOption) LookupServerResultOutput
> Note: This function is named LookupServer
in the Go SDK.
public static class GetServer
{
public static Task<GetServerResult> InvokeAsync(GetServerArgs args, InvokeOptions? opts = null)
public static Output<GetServerResult> Invoke(GetServerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServerResult> getServer(GetServerArgs args, InvokeOptions options)
public static Output<GetServerResult> getServer(GetServerArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:dbforpostgresql:getServer
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Server
Name string - The name of the server.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Server
Name string - The name of the server.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- server
Name String - The name of the server.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- server
Name string - The name of the server.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- server_
name str - The name of the server.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- server
Name String - The name of the server.
getServer Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Fully
Qualified stringDomain Name - Fully qualified domain name of a flexible server.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Minor
Version string - Minor version of PostgreSQL database engine.
- Name string
- The name of the resource
- Private
Endpoint List<Pulumi.Connections Azure Native. DBfor Postgre SQL. Outputs. Private Endpoint Connection Response> - List of private endpoint connections associated with the specified flexible server.
- Replica
Capacity int - Maximum number of read replicas allowed for a flexible server.
- State string
- Possible states of a flexible server.
- System
Data Pulumi.Azure Native. DBfor Postgre SQL. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Administrator
Login string - Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.
- Auth
Config Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Auth Config Response - Authentication configuration properties of a flexible server.
- Availability
Zone string - Availability zone of a flexible server.
- Backup
Pulumi.
Azure Native. DBfor Postgre SQL. Outputs. Backup Response - Backup properties of a flexible server.
- Data
Encryption Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Data Encryption Response - Data encryption properties of a flexible server.
- High
Availability Pulumi.Azure Native. DBfor Postgre SQL. Outputs. High Availability Response - High availability properties of a flexible server.
- Identity
Pulumi.
Azure Native. DBfor Postgre SQL. Outputs. User Assigned Identity Response - User assigned managed identities assigned to the flexible server.
- Maintenance
Window Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Maintenance Window Response - Maintenance window properties of a flexible server.
- Network
Pulumi.
Azure Native. DBfor Postgre SQL. Outputs. Network Response - Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
- Replica
Pulumi.
Azure Native. DBfor Postgre SQL. Outputs. Replica Response - Read replica properties of a flexible server. Required only in case that you want to promote a server.
- Replication
Role string - Role of the server in a replication set.
- Sku
Pulumi.
Azure Native. DBfor Postgre SQL. Outputs. Sku Response - Compute tier and size of a flexible server.
- Source
Server stringResource Id - Identifier of the flexible server to be used as the source of the new flexible server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target flexible server is a read replica.
- Storage
Pulumi.
Azure Native. DBfor Postgre SQL. Outputs. Storage Response - Storage properties of a flexible server.
- Dictionary<string, string>
- Resource tags.
- Version string
- Major version of PostgreSQL database engine.
- Azure
Api stringVersion - The Azure API version of the resource.
- Fully
Qualified stringDomain Name - Fully qualified domain name of a flexible server.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Minor
Version string - Minor version of PostgreSQL database engine.
- Name string
- The name of the resource
- Private
Endpoint []PrivateConnections Endpoint Connection Response - List of private endpoint connections associated with the specified flexible server.
- Replica
Capacity int - Maximum number of read replicas allowed for a flexible server.
- State string
- Possible states of a flexible server.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Administrator
Login string - Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.
- Auth
Config AuthConfig Response - Authentication configuration properties of a flexible server.
- Availability
Zone string - Availability zone of a flexible server.
- Backup
Backup
Response - Backup properties of a flexible server.
- Data
Encryption DataEncryption Response - Data encryption properties of a flexible server.
- High
Availability HighAvailability Response - High availability properties of a flexible server.
- Identity
User
Assigned Identity Response - User assigned managed identities assigned to the flexible server.
- Maintenance
Window MaintenanceWindow Response - Maintenance window properties of a flexible server.
- Network
Network
Response - Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
- Replica
Replica
Response - Read replica properties of a flexible server. Required only in case that you want to promote a server.
- Replication
Role string - Role of the server in a replication set.
- Sku
Sku
Response - Compute tier and size of a flexible server.
- Source
Server stringResource Id - Identifier of the flexible server to be used as the source of the new flexible server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target flexible server is a read replica.
- Storage
Storage
Response - Storage properties of a flexible server.
- map[string]string
- Resource tags.
- Version string
- Major version of PostgreSQL database engine.
- azure
Api StringVersion - The Azure API version of the resource.
- fully
Qualified StringDomain Name - Fully qualified domain name of a flexible server.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- minor
Version String - Minor version of PostgreSQL database engine.
- name String
- The name of the resource
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - List of private endpoint connections associated with the specified flexible server.
- replica
Capacity Integer - Maximum number of read replicas allowed for a flexible server.
- state String
- Possible states of a flexible server.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator
Login String - Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.
- auth
Config AuthConfig Response - Authentication configuration properties of a flexible server.
- availability
Zone String - Availability zone of a flexible server.
- backup
Backup
Response - Backup properties of a flexible server.
- data
Encryption DataEncryption Response - Data encryption properties of a flexible server.
- high
Availability HighAvailability Response - High availability properties of a flexible server.
- identity
User
Assigned Identity Response - User assigned managed identities assigned to the flexible server.
- maintenance
Window MaintenanceWindow Response - Maintenance window properties of a flexible server.
- network
Network
Response - Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
- replica
Replica
Response - Read replica properties of a flexible server. Required only in case that you want to promote a server.
- replication
Role String - Role of the server in a replication set.
- sku
Sku
Response - Compute tier and size of a flexible server.
- source
Server StringResource Id - Identifier of the flexible server to be used as the source of the new flexible server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target flexible server is a read replica.
- storage
Storage
Response - Storage properties of a flexible server.
- Map<String,String>
- Resource tags.
- version String
- Major version of PostgreSQL database engine.
- azure
Api stringVersion - The Azure API version of the resource.
- fully
Qualified stringDomain Name - Fully qualified domain name of a flexible server.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- minor
Version string - Minor version of PostgreSQL database engine.
- name string
- The name of the resource
- private
Endpoint PrivateConnections Endpoint Connection Response[] - List of private endpoint connections associated with the specified flexible server.
- replica
Capacity number - Maximum number of read replicas allowed for a flexible server.
- state string
- Possible states of a flexible server.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator
Login string - Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.
- auth
Config AuthConfig Response - Authentication configuration properties of a flexible server.
- availability
Zone string - Availability zone of a flexible server.
- backup
Backup
Response - Backup properties of a flexible server.
- data
Encryption DataEncryption Response - Data encryption properties of a flexible server.
- high
Availability HighAvailability Response - High availability properties of a flexible server.
- identity
User
Assigned Identity Response - User assigned managed identities assigned to the flexible server.
- maintenance
Window MaintenanceWindow Response - Maintenance window properties of a flexible server.
- network
Network
Response - Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
- replica
Replica
Response - Read replica properties of a flexible server. Required only in case that you want to promote a server.
- replication
Role string - Role of the server in a replication set.
- sku
Sku
Response - Compute tier and size of a flexible server.
- source
Server stringResource Id - Identifier of the flexible server to be used as the source of the new flexible server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target flexible server is a read replica.
- storage
Storage
Response - Storage properties of a flexible server.
- {[key: string]: string}
- Resource tags.
- version string
- Major version of PostgreSQL database engine.
- azure_
api_ strversion - The Azure API version of the resource.
- fully_
qualified_ strdomain_ name - Fully qualified domain name of a flexible server.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- minor_
version str - Minor version of PostgreSQL database engine.
- name str
- The name of the resource
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - List of private endpoint connections associated with the specified flexible server.
- replica_
capacity int - Maximum number of read replicas allowed for a flexible server.
- state str
- Possible states of a flexible server.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator_
login str - Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.
- auth_
config AuthConfig Response - Authentication configuration properties of a flexible server.
- availability_
zone str - Availability zone of a flexible server.
- backup
Backup
Response - Backup properties of a flexible server.
- data_
encryption DataEncryption Response - Data encryption properties of a flexible server.
- high_
availability HighAvailability Response - High availability properties of a flexible server.
- identity
User
Assigned Identity Response - User assigned managed identities assigned to the flexible server.
- maintenance_
window MaintenanceWindow Response - Maintenance window properties of a flexible server.
- network
Network
Response - Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
- replica
Replica
Response - Read replica properties of a flexible server. Required only in case that you want to promote a server.
- replication_
role str - Role of the server in a replication set.
- sku
Sku
Response - Compute tier and size of a flexible server.
- source_
server_ strresource_ id - Identifier of the flexible server to be used as the source of the new flexible server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target flexible server is a read replica.
- storage
Storage
Response - Storage properties of a flexible server.
- Mapping[str, str]
- Resource tags.
- version str
- Major version of PostgreSQL database engine.
- azure
Api StringVersion - The Azure API version of the resource.
- fully
Qualified StringDomain Name - Fully qualified domain name of a flexible server.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- minor
Version String - Minor version of PostgreSQL database engine.
- name String
- The name of the resource
- private
Endpoint List<Property Map>Connections - List of private endpoint connections associated with the specified flexible server.
- replica
Capacity Number - Maximum number of read replicas allowed for a flexible server.
- state String
- Possible states of a flexible server.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrator
Login String - Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.
- auth
Config Property Map - Authentication configuration properties of a flexible server.
- availability
Zone String - Availability zone of a flexible server.
- backup Property Map
- Backup properties of a flexible server.
- data
Encryption Property Map - Data encryption properties of a flexible server.
- high
Availability Property Map - High availability properties of a flexible server.
- identity Property Map
- User assigned managed identities assigned to the flexible server.
- maintenance
Window Property Map - Maintenance window properties of a flexible server.
- network Property Map
- Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
- replica Property Map
- Read replica properties of a flexible server. Required only in case that you want to promote a server.
- replication
Role String - Role of the server in a replication set.
- sku Property Map
- Compute tier and size of a flexible server.
- source
Server StringResource Id - Identifier of the flexible server to be used as the source of the new flexible server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target flexible server is a read replica.
- storage Property Map
- Storage properties of a flexible server.
- Map<String>
- Resource tags.
- version String
- Major version of PostgreSQL database engine.
Supporting Types
AuthConfigResponse
- Active
Directory stringAuth - Indicates if the server supports Microsoft Entra authentication.
- Password
Auth string - Indicates if the server supports password based authentication.
- Tenant
Id string - Identifier of the tenant of the delegated resource.
- Active
Directory stringAuth - Indicates if the server supports Microsoft Entra authentication.
- Password
Auth string - Indicates if the server supports password based authentication.
- Tenant
Id string - Identifier of the tenant of the delegated resource.
- active
Directory StringAuth - Indicates if the server supports Microsoft Entra authentication.
- password
Auth String - Indicates if the server supports password based authentication.
- tenant
Id String - Identifier of the tenant of the delegated resource.
- active
Directory stringAuth - Indicates if the server supports Microsoft Entra authentication.
- password
Auth string - Indicates if the server supports password based authentication.
- tenant
Id string - Identifier of the tenant of the delegated resource.
- active_
directory_ strauth - Indicates if the server supports Microsoft Entra authentication.
- password_
auth str - Indicates if the server supports password based authentication.
- tenant_
id str - Identifier of the tenant of the delegated resource.
- active
Directory StringAuth - Indicates if the server supports Microsoft Entra authentication.
- password
Auth String - Indicates if the server supports password based authentication.
- tenant
Id String - Identifier of the tenant of the delegated resource.
BackupResponse
- Earliest
Restore stringDate - Earliest restore point time (ISO8601 format) for a flexible server.
- Backup
Retention intDays - Backup retention days for the flexible server.
- Geo
Redundant stringBackup - Indicates if the server is configured to create geographically redundant backups.
- Earliest
Restore stringDate - Earliest restore point time (ISO8601 format) for a flexible server.
- Backup
Retention intDays - Backup retention days for the flexible server.
- Geo
Redundant stringBackup - Indicates if the server is configured to create geographically redundant backups.
- earliest
Restore StringDate - Earliest restore point time (ISO8601 format) for a flexible server.
- backup
Retention IntegerDays - Backup retention days for the flexible server.
- geo
Redundant StringBackup - Indicates if the server is configured to create geographically redundant backups.
- earliest
Restore stringDate - Earliest restore point time (ISO8601 format) for a flexible server.
- backup
Retention numberDays - Backup retention days for the flexible server.
- geo
Redundant stringBackup - Indicates if the server is configured to create geographically redundant backups.
- earliest_
restore_ strdate - Earliest restore point time (ISO8601 format) for a flexible server.
- backup_
retention_ intdays - Backup retention days for the flexible server.
- geo_
redundant_ strbackup - Indicates if the server is configured to create geographically redundant backups.
- earliest
Restore StringDate - Earliest restore point time (ISO8601 format) for a flexible server.
- backup
Retention NumberDays - Backup retention days for the flexible server.
- geo
Redundant StringBackup - Indicates if the server is configured to create geographically redundant backups.
DataEncryptionResponse
- Geo
Backup stringEncryption Key Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
- Geo
Backup stringKey URI - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- Geo
Backup stringUser Assigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- Primary
Encryption stringKey Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
- Primary
Key stringURI - URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
- Primary
User stringAssigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
- Type string
- Data encryption type used by a flexible server.
- Geo
Backup stringEncryption Key Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
- Geo
Backup stringKey URI - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- Geo
Backup stringUser Assigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- Primary
Encryption stringKey Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
- Primary
Key stringURI - URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
- Primary
User stringAssigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
- Type string
- Data encryption type used by a flexible server.
- geo
Backup StringEncryption Key Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
- geo
Backup StringKey URI - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- geo
Backup StringUser Assigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- primary
Encryption StringKey Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
- primary
Key StringURI - URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
- primary
User StringAssigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
- type String
- Data encryption type used by a flexible server.
- geo
Backup stringEncryption Key Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
- geo
Backup stringKey URI - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- geo
Backup stringUser Assigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- primary
Encryption stringKey Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
- primary
Key stringURI - URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
- primary
User stringAssigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
- type string
- Data encryption type used by a flexible server.
- geo_
backup_ strencryption_ key_ status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
- geo_
backup_ strkey_ uri - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- geo_
backup_ struser_ assigned_ identity_ id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- primary_
encryption_ strkey_ status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
- primary_
key_ struri - URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
- primary_
user_ strassigned_ identity_ id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
- type str
- Data encryption type used by a flexible server.
- geo
Backup StringEncryption Key Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
- geo
Backup StringKey URI - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- geo
Backup StringUser Assigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
- primary
Encryption StringKey Status - Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
- primary
Key StringURI - URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
- primary
User StringAssigned Identity Id - Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
- type String
- Data encryption type used by a flexible server.
HighAvailabilityResponse
- State string
- Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
- Mode string
- High availability mode for a flexible server.
- Standby
Availability stringZone - Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
- State string
- Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
- Mode string
- High availability mode for a flexible server.
- Standby
Availability stringZone - Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
- state String
- Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
- mode String
- High availability mode for a flexible server.
- standby
Availability StringZone - Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
- state string
- Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
- mode string
- High availability mode for a flexible server.
- standby
Availability stringZone - Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
- state str
- Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
- mode str
- High availability mode for a flexible server.
- standby_
availability_ strzone - Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
- state String
- Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
- mode String
- High availability mode for a flexible server.
- standby
Availability StringZone - Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
MaintenanceWindowResponse
- Custom
Window string - Indicates whether custom window is enabled or disabled.
- Day
Of intWeek - Day of the week to be used for maintenance window.
- Start
Hour int - Start hour to be used for maintenance window.
- Start
Minute int - Start minute to be used for maintenance window.
- Custom
Window string - Indicates whether custom window is enabled or disabled.
- Day
Of intWeek - Day of the week to be used for maintenance window.
- Start
Hour int - Start hour to be used for maintenance window.
- Start
Minute int - Start minute to be used for maintenance window.
- custom
Window String - Indicates whether custom window is enabled or disabled.
- day
Of IntegerWeek - Day of the week to be used for maintenance window.
- start
Hour Integer - Start hour to be used for maintenance window.
- start
Minute Integer - Start minute to be used for maintenance window.
- custom
Window string - Indicates whether custom window is enabled or disabled.
- day
Of numberWeek - Day of the week to be used for maintenance window.
- start
Hour number - Start hour to be used for maintenance window.
- start
Minute number - Start minute to be used for maintenance window.
- custom_
window str - Indicates whether custom window is enabled or disabled.
- day_
of_ intweek - Day of the week to be used for maintenance window.
- start_
hour int - Start hour to be used for maintenance window.
- start_
minute int - Start minute to be used for maintenance window.
- custom
Window String - Indicates whether custom window is enabled or disabled.
- day
Of NumberWeek - Day of the week to be used for maintenance window.
- start
Hour Number - Start hour to be used for maintenance window.
- start
Minute Number - Start minute to be used for maintenance window.
NetworkResponse
- Delegated
Subnet stringResource Id - Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- Private
Dns stringZone Arm Resource Id - Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- Public
Network stringAccess - Indicates if public network access is enabled or not.
- Delegated
Subnet stringResource Id - Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- Private
Dns stringZone Arm Resource Id - Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- Public
Network stringAccess - Indicates if public network access is enabled or not.
- delegated
Subnet StringResource Id - Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- private
Dns StringZone Arm Resource Id - Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- public
Network StringAccess - Indicates if public network access is enabled or not.
- delegated
Subnet stringResource Id - Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- private
Dns stringZone Arm Resource Id - Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- public
Network stringAccess - Indicates if public network access is enabled or not.
- delegated_
subnet_ strresource_ id - Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- private_
dns_ strzone_ arm_ resource_ id - Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- public_
network_ straccess - Indicates if public network access is enabled or not.
- delegated
Subnet StringResource Id - Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- private
Dns StringZone Arm Resource Id - Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
- public
Network StringAccess - Indicates if public network access is enabled or not.
PrivateEndpointConnectionResponse
- Group
Ids List<string> - The group ids for the private endpoint resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Private
Link Pulumi.Service Connection State Azure Native. DBfor Postgre SQL. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data Pulumi.Azure Native. DBfor Postgre SQL. Inputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint Pulumi.Azure Native. DBfor Postgre SQL. Inputs. Private Endpoint Response - The private endpoint resource.
- Group
Ids []string - The group ids for the private endpoint resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint PrivateEndpoint Response - The private endpoint resource.
- group
Ids List<String> - The group ids for the private endpoint resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint PrivateEndpoint Response - The private endpoint resource.
- group
Ids string[] - The group ids for the private endpoint resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State string - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint PrivateEndpoint Response - The private endpoint resource.
- group_
ids Sequence[str] - The group ids for the private endpoint resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state str - The provisioning state of the private endpoint connection resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private_
endpoint PrivateEndpoint Response - The private endpoint resource.
- group
Ids List<String> - The group ids for the private endpoint resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint Property Map - The private endpoint resource.
PrivateEndpointResponse
- Id string
- The ARM identifier for private endpoint.
- Id string
- The ARM identifier for private endpoint.
- id String
- The ARM identifier for private endpoint.
- id string
- The ARM identifier for private endpoint.
- id str
- The ARM identifier for private endpoint.
- id String
- The ARM identifier for private endpoint.
PrivateLinkServiceConnectionStateResponse
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
ReplicaResponse
- Capacity int
- Maximum number of read replicas allowed for a flexible server.
- Replication
State string - Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
- Role string
- Role of the server in a replication set.
- Capacity int
- Maximum number of read replicas allowed for a flexible server.
- Replication
State string - Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
- Role string
- Role of the server in a replication set.
- capacity Integer
- Maximum number of read replicas allowed for a flexible server.
- replication
State String - Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
- role String
- Role of the server in a replication set.
- capacity number
- Maximum number of read replicas allowed for a flexible server.
- replication
State string - Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
- role string
- Role of the server in a replication set.
- capacity int
- Maximum number of read replicas allowed for a flexible server.
- replication_
state str - Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
- role str
- Role of the server in a replication set.
- capacity Number
- Maximum number of read replicas allowed for a flexible server.
- replication
State String - Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
- role String
- Role of the server in a replication set.
SkuResponse
StorageResponse
- Auto
Grow string - Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
- Iops int
- Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
- Storage
Size intGB - Size of storage assigned to a flexible server.
- Throughput int
- Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
- Tier string
- Storage tier of a flexible server.
- Type string
- Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
- Auto
Grow string - Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
- Iops int
- Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
- Storage
Size intGB - Size of storage assigned to a flexible server.
- Throughput int
- Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
- Tier string
- Storage tier of a flexible server.
- Type string
- Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
- auto
Grow String - Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
- iops Integer
- Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
- storage
Size IntegerGB - Size of storage assigned to a flexible server.
- throughput Integer
- Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
- tier String
- Storage tier of a flexible server.
- type String
- Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
- auto
Grow string - Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
- iops number
- Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
- storage
Size numberGB - Size of storage assigned to a flexible server.
- throughput number
- Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
- tier string
- Storage tier of a flexible server.
- type string
- Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
- auto_
grow str - Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
- iops int
- Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
- storage_
size_ intgb - Size of storage assigned to a flexible server.
- throughput int
- Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
- tier str
- Storage tier of a flexible server.
- type str
- Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
- auto
Grow String - Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
- iops Number
- Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
- storage
Size NumberGB - Size of storage assigned to a flexible server.
- throughput Number
- Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
- tier String
- Storage tier of a flexible server.
- type String
- Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Tenant
Id string - Identifier of the tenant of a flexible server.
- Type string
- Types of identities associated with a flexible server.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. DBfor Postgre SQL. Inputs. User Identity Response> - Map of user assigned managed identities.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Tenant
Id string - Identifier of the tenant of a flexible server.
- Type string
- Types of identities associated with a flexible server.
- User
Assigned map[string]UserIdentities Identity Response - Map of user assigned managed identities.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- tenant
Id String - Identifier of the tenant of a flexible server.
- type String
- Types of identities associated with a flexible server.
- user
Assigned Map<String,UserIdentities Identity Response> - Map of user assigned managed identities.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- tenant
Id string - Identifier of the tenant of a flexible server.
- type string
- Types of identities associated with a flexible server.
- user
Assigned {[key: string]: UserIdentities Identity Response} - Map of user assigned managed identities.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- tenant_
id str - Identifier of the tenant of a flexible server.
- type str
- Types of identities associated with a flexible server.
- user_
assigned_ Mapping[str, Useridentities Identity Response] - Map of user assigned managed identities.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- tenant
Id String - Identifier of the tenant of a flexible server.
- type String
- Types of identities associated with a flexible server.
- user
Assigned Map<Property Map>Identities - Map of user assigned managed identities.
UserIdentityResponse
- Client
Id string - Identifier of the client of the service principal associated to the user assigned managed identity.
- Principal
Id string - Identifier of the object of the service principal associated to the user assigned managed identity.
- Client
Id string - Identifier of the client of the service principal associated to the user assigned managed identity.
- Principal
Id string - Identifier of the object of the service principal associated to the user assigned managed identity.
- client
Id String - Identifier of the client of the service principal associated to the user assigned managed identity.
- principal
Id String - Identifier of the object of the service principal associated to the user assigned managed identity.
- client
Id string - Identifier of the client of the service principal associated to the user assigned managed identity.
- principal
Id string - Identifier of the object of the service principal associated to the user assigned managed identity.
- client_
id str - Identifier of the client of the service principal associated to the user assigned managed identity.
- principal_
id str - Identifier of the object of the service principal associated to the user assigned managed identity.
- client
Id String - Identifier of the client of the service principal associated to the user assigned managed identity.
- principal
Id String - Identifier of the object of the service principal associated to the user assigned managed identity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0