1. Packages
  2. Azure Native
  3. API Docs
  4. dbforpostgresql
  5. getServer
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

azure-native.dbforpostgresql.getServer

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

    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:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerName string
    The name of the server.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerName string
    The name of the server.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverName String
    The name of the server.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serverName string
    The name of the server.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    server_name str
    The name of the server.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverName String
    The name of the server.

    getServer Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    FullyQualifiedDomainName string
    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
    MinorVersion string
    Minor version of PostgreSQL database engine.
    Name string
    The name of the resource
    PrivateEndpointConnections List<Pulumi.AzureNative.DBforPostgreSQL.Outputs.PrivateEndpointConnectionResponse>
    List of private endpoint connections associated with the specified flexible server.
    ReplicaCapacity int
    Maximum number of read replicas allowed for a flexible server.
    State string
    Possible states of a flexible server.
    SystemData Pulumi.AzureNative.DBforPostgreSQL.Outputs.SystemDataResponse
    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"
    AdministratorLogin 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.
    AuthConfig Pulumi.AzureNative.DBforPostgreSQL.Outputs.AuthConfigResponse
    Authentication configuration properties of a flexible server.
    AvailabilityZone string
    Availability zone of a flexible server.
    Backup Pulumi.AzureNative.DBforPostgreSQL.Outputs.BackupResponse
    Backup properties of a flexible server.
    DataEncryption Pulumi.AzureNative.DBforPostgreSQL.Outputs.DataEncryptionResponse
    Data encryption properties of a flexible server.
    HighAvailability Pulumi.AzureNative.DBforPostgreSQL.Outputs.HighAvailabilityResponse
    High availability properties of a flexible server.
    Identity Pulumi.AzureNative.DBforPostgreSQL.Outputs.UserAssignedIdentityResponse
    User assigned managed identities assigned to the flexible server.
    MaintenanceWindow Pulumi.AzureNative.DBforPostgreSQL.Outputs.MaintenanceWindowResponse
    Maintenance window properties of a flexible server.
    Network Pulumi.AzureNative.DBforPostgreSQL.Outputs.NetworkResponse
    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.AzureNative.DBforPostgreSQL.Outputs.ReplicaResponse
    Read replica properties of a flexible server. Required only in case that you want to promote a server.
    ReplicationRole string
    Role of the server in a replication set.
    Sku Pulumi.AzureNative.DBforPostgreSQL.Outputs.SkuResponse
    Compute tier and size of a flexible server.
    SourceServerResourceId string
    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.AzureNative.DBforPostgreSQL.Outputs.StorageResponse
    Storage properties of a flexible server.
    Tags Dictionary<string, string>
    Resource tags.
    Version string
    Major version of PostgreSQL database engine.
    AzureApiVersion string
    The Azure API version of the resource.
    FullyQualifiedDomainName string
    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
    MinorVersion string
    Minor version of PostgreSQL database engine.
    Name string
    The name of the resource
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    List of private endpoint connections associated with the specified flexible server.
    ReplicaCapacity int
    Maximum number of read replicas allowed for a flexible server.
    State string
    Possible states of a flexible server.
    SystemData SystemDataResponse
    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"
    AdministratorLogin 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.
    AuthConfig AuthConfigResponse
    Authentication configuration properties of a flexible server.
    AvailabilityZone string
    Availability zone of a flexible server.
    Backup BackupResponse
    Backup properties of a flexible server.
    DataEncryption DataEncryptionResponse
    Data encryption properties of a flexible server.
    HighAvailability HighAvailabilityResponse
    High availability properties of a flexible server.
    Identity UserAssignedIdentityResponse
    User assigned managed identities assigned to the flexible server.
    MaintenanceWindow MaintenanceWindowResponse
    Maintenance window properties of a flexible server.
    Network NetworkResponse
    Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
    Replica ReplicaResponse
    Read replica properties of a flexible server. Required only in case that you want to promote a server.
    ReplicationRole string
    Role of the server in a replication set.
    Sku SkuResponse
    Compute tier and size of a flexible server.
    SourceServerResourceId string
    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 StorageResponse
    Storage properties of a flexible server.
    Tags map[string]string
    Resource tags.
    Version string
    Major version of PostgreSQL database engine.
    azureApiVersion String
    The Azure API version of the resource.
    fullyQualifiedDomainName String
    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
    minorVersion String
    Minor version of PostgreSQL database engine.
    name String
    The name of the resource
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    List of private endpoint connections associated with the specified flexible server.
    replicaCapacity Integer
    Maximum number of read replicas allowed for a flexible server.
    state String
    Possible states of a flexible server.
    systemData SystemDataResponse
    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"
    administratorLogin 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.
    authConfig AuthConfigResponse
    Authentication configuration properties of a flexible server.
    availabilityZone String
    Availability zone of a flexible server.
    backup BackupResponse
    Backup properties of a flexible server.
    dataEncryption DataEncryptionResponse
    Data encryption properties of a flexible server.
    highAvailability HighAvailabilityResponse
    High availability properties of a flexible server.
    identity UserAssignedIdentityResponse
    User assigned managed identities assigned to the flexible server.
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window properties of a flexible server.
    network NetworkResponse
    Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
    replica ReplicaResponse
    Read replica properties of a flexible server. Required only in case that you want to promote a server.
    replicationRole String
    Role of the server in a replication set.
    sku SkuResponse
    Compute tier and size of a flexible server.
    sourceServerResourceId String
    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 StorageResponse
    Storage properties of a flexible server.
    tags Map<String,String>
    Resource tags.
    version String
    Major version of PostgreSQL database engine.
    azureApiVersion string
    The Azure API version of the resource.
    fullyQualifiedDomainName string
    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
    minorVersion string
    Minor version of PostgreSQL database engine.
    name string
    The name of the resource
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    List of private endpoint connections associated with the specified flexible server.
    replicaCapacity number
    Maximum number of read replicas allowed for a flexible server.
    state string
    Possible states of a flexible server.
    systemData SystemDataResponse
    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"
    administratorLogin 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.
    authConfig AuthConfigResponse
    Authentication configuration properties of a flexible server.
    availabilityZone string
    Availability zone of a flexible server.
    backup BackupResponse
    Backup properties of a flexible server.
    dataEncryption DataEncryptionResponse
    Data encryption properties of a flexible server.
    highAvailability HighAvailabilityResponse
    High availability properties of a flexible server.
    identity UserAssignedIdentityResponse
    User assigned managed identities assigned to the flexible server.
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window properties of a flexible server.
    network NetworkResponse
    Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
    replica ReplicaResponse
    Read replica properties of a flexible server. Required only in case that you want to promote a server.
    replicationRole string
    Role of the server in a replication set.
    sku SkuResponse
    Compute tier and size of a flexible server.
    sourceServerResourceId string
    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 StorageResponse
    Storage properties of a flexible server.
    tags {[key: string]: string}
    Resource tags.
    version string
    Major version of PostgreSQL database engine.
    azure_api_version str
    The Azure API version of the resource.
    fully_qualified_domain_name str
    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_connections Sequence[PrivateEndpointConnectionResponse]
    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 SystemDataResponse
    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 AuthConfigResponse
    Authentication configuration properties of a flexible server.
    availability_zone str
    Availability zone of a flexible server.
    backup BackupResponse
    Backup properties of a flexible server.
    data_encryption DataEncryptionResponse
    Data encryption properties of a flexible server.
    high_availability HighAvailabilityResponse
    High availability properties of a flexible server.
    identity UserAssignedIdentityResponse
    User assigned managed identities assigned to the flexible server.
    maintenance_window MaintenanceWindowResponse
    Maintenance window properties of a flexible server.
    network NetworkResponse
    Network properties of a flexible server. Only required if you want your server to be integrated into a virtual network provided by customer.
    replica ReplicaResponse
    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 SkuResponse
    Compute tier and size of a flexible server.
    source_server_resource_id str
    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 StorageResponse
    Storage properties of a flexible server.
    tags Mapping[str, str]
    Resource tags.
    version str
    Major version of PostgreSQL database engine.
    azureApiVersion String
    The Azure API version of the resource.
    fullyQualifiedDomainName String
    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
    minorVersion String
    Minor version of PostgreSQL database engine.
    name String
    The name of the resource
    privateEndpointConnections List<Property Map>
    List of private endpoint connections associated with the specified flexible server.
    replicaCapacity Number
    Maximum number of read replicas allowed for a flexible server.
    state String
    Possible states of a flexible server.
    systemData 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"
    administratorLogin 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.
    authConfig Property Map
    Authentication configuration properties of a flexible server.
    availabilityZone String
    Availability zone of a flexible server.
    backup Property Map
    Backup properties of a flexible server.
    dataEncryption Property Map
    Data encryption properties of a flexible server.
    highAvailability Property Map
    High availability properties of a flexible server.
    identity Property Map
    User assigned managed identities assigned to the flexible server.
    maintenanceWindow 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.
    replicationRole String
    Role of the server in a replication set.
    sku Property Map
    Compute tier and size of a flexible server.
    sourceServerResourceId String
    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.
    tags Map<String>
    Resource tags.
    version String
    Major version of PostgreSQL database engine.

    Supporting Types

    AuthConfigResponse

    ActiveDirectoryAuth string
    Indicates if the server supports Microsoft Entra authentication.
    PasswordAuth string
    Indicates if the server supports password based authentication.
    TenantId string
    Identifier of the tenant of the delegated resource.
    ActiveDirectoryAuth string
    Indicates if the server supports Microsoft Entra authentication.
    PasswordAuth string
    Indicates if the server supports password based authentication.
    TenantId string
    Identifier of the tenant of the delegated resource.
    activeDirectoryAuth String
    Indicates if the server supports Microsoft Entra authentication.
    passwordAuth String
    Indicates if the server supports password based authentication.
    tenantId String
    Identifier of the tenant of the delegated resource.
    activeDirectoryAuth string
    Indicates if the server supports Microsoft Entra authentication.
    passwordAuth string
    Indicates if the server supports password based authentication.
    tenantId string
    Identifier of the tenant of the delegated resource.
    active_directory_auth str
    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.
    activeDirectoryAuth String
    Indicates if the server supports Microsoft Entra authentication.
    passwordAuth String
    Indicates if the server supports password based authentication.
    tenantId String
    Identifier of the tenant of the delegated resource.

    BackupResponse

    EarliestRestoreDate string
    Earliest restore point time (ISO8601 format) for a flexible server.
    BackupRetentionDays int
    Backup retention days for the flexible server.
    GeoRedundantBackup string
    Indicates if the server is configured to create geographically redundant backups.
    EarliestRestoreDate string
    Earliest restore point time (ISO8601 format) for a flexible server.
    BackupRetentionDays int
    Backup retention days for the flexible server.
    GeoRedundantBackup string
    Indicates if the server is configured to create geographically redundant backups.
    earliestRestoreDate String
    Earliest restore point time (ISO8601 format) for a flexible server.
    backupRetentionDays Integer
    Backup retention days for the flexible server.
    geoRedundantBackup String
    Indicates if the server is configured to create geographically redundant backups.
    earliestRestoreDate string
    Earliest restore point time (ISO8601 format) for a flexible server.
    backupRetentionDays number
    Backup retention days for the flexible server.
    geoRedundantBackup string
    Indicates if the server is configured to create geographically redundant backups.
    earliest_restore_date str
    Earliest restore point time (ISO8601 format) for a flexible server.
    backup_retention_days int
    Backup retention days for the flexible server.
    geo_redundant_backup str
    Indicates if the server is configured to create geographically redundant backups.
    earliestRestoreDate String
    Earliest restore point time (ISO8601 format) for a flexible server.
    backupRetentionDays Number
    Backup retention days for the flexible server.
    geoRedundantBackup String
    Indicates if the server is configured to create geographically redundant backups.

    DataEncryptionResponse

    GeoBackupEncryptionKeyStatus string
    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.
    GeoBackupKeyURI string
    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.
    GeoBackupUserAssignedIdentityId string
    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.
    PrimaryEncryptionKeyStatus string
    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.
    PrimaryKeyURI string
    URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
    PrimaryUserAssignedIdentityId string
    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.
    GeoBackupEncryptionKeyStatus string
    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.
    GeoBackupKeyURI string
    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.
    GeoBackupUserAssignedIdentityId string
    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.
    PrimaryEncryptionKeyStatus string
    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.
    PrimaryKeyURI string
    URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
    PrimaryUserAssignedIdentityId string
    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.
    geoBackupEncryptionKeyStatus String
    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.
    geoBackupKeyURI String
    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.
    geoBackupUserAssignedIdentityId String
    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.
    primaryEncryptionKeyStatus String
    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.
    primaryKeyURI String
    URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
    primaryUserAssignedIdentityId String
    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.
    geoBackupEncryptionKeyStatus string
    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.
    geoBackupKeyURI string
    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.
    geoBackupUserAssignedIdentityId string
    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.
    primaryEncryptionKeyStatus string
    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.
    primaryKeyURI string
    URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
    primaryUserAssignedIdentityId string
    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_encryption_key_status str
    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_key_uri str
    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_user_assigned_identity_id str
    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_key_status str
    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_uri str
    URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
    primary_user_assigned_identity_id str
    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.
    geoBackupEncryptionKeyStatus String
    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.
    geoBackupKeyURI String
    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.
    geoBackupUserAssignedIdentityId String
    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.
    primaryEncryptionKeyStatus String
    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.
    primaryKeyURI String
    URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
    primaryUserAssignedIdentityId String
    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.
    StandbyAvailabilityZone string
    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.
    StandbyAvailabilityZone string
    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.
    standbyAvailabilityZone String
    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.
    standbyAvailabilityZone string
    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_zone str
    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.
    standbyAvailabilityZone String
    Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.

    MaintenanceWindowResponse

    CustomWindow string
    Indicates whether custom window is enabled or disabled.
    DayOfWeek int
    Day of the week to be used for maintenance window.
    StartHour int
    Start hour to be used for maintenance window.
    StartMinute int
    Start minute to be used for maintenance window.
    CustomWindow string
    Indicates whether custom window is enabled or disabled.
    DayOfWeek int
    Day of the week to be used for maintenance window.
    StartHour int
    Start hour to be used for maintenance window.
    StartMinute int
    Start minute to be used for maintenance window.
    customWindow String
    Indicates whether custom window is enabled or disabled.
    dayOfWeek Integer
    Day of the week to be used for maintenance window.
    startHour Integer
    Start hour to be used for maintenance window.
    startMinute Integer
    Start minute to be used for maintenance window.
    customWindow string
    Indicates whether custom window is enabled or disabled.
    dayOfWeek number
    Day of the week to be used for maintenance window.
    startHour number
    Start hour to be used for maintenance window.
    startMinute number
    Start minute to be used for maintenance window.
    custom_window str
    Indicates whether custom window is enabled or disabled.
    day_of_week int
    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.
    customWindow String
    Indicates whether custom window is enabled or disabled.
    dayOfWeek Number
    Day of the week to be used for maintenance window.
    startHour Number
    Start hour to be used for maintenance window.
    startMinute Number
    Start minute to be used for maintenance window.

    NetworkResponse

    DelegatedSubnetResourceId string
    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.
    PrivateDnsZoneArmResourceId string
    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.
    PublicNetworkAccess string
    Indicates if public network access is enabled or not.
    DelegatedSubnetResourceId string
    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.
    PrivateDnsZoneArmResourceId string
    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.
    PublicNetworkAccess string
    Indicates if public network access is enabled or not.
    delegatedSubnetResourceId String
    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.
    privateDnsZoneArmResourceId String
    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.
    publicNetworkAccess String
    Indicates if public network access is enabled or not.
    delegatedSubnetResourceId string
    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.
    privateDnsZoneArmResourceId string
    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.
    publicNetworkAccess string
    Indicates if public network access is enabled or not.
    delegated_subnet_resource_id str
    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_zone_arm_resource_id str
    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_access str
    Indicates if public network access is enabled or not.
    delegatedSubnetResourceId String
    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.
    privateDnsZoneArmResourceId String
    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.
    publicNetworkAccess String
    Indicates if public network access is enabled or not.

    PrivateEndpointConnectionResponse

    GroupIds 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
    PrivateLinkServiceConnectionState Pulumi.AzureNative.DBforPostgreSQL.Inputs.PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData Pulumi.AzureNative.DBforPostgreSQL.Inputs.SystemDataResponse
    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"
    PrivateEndpoint Pulumi.AzureNative.DBforPostgreSQL.Inputs.PrivateEndpointResponse
    The private endpoint resource.
    GroupIds []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
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData SystemDataResponse
    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"
    PrivateEndpoint PrivateEndpointResponse
    The private endpoint resource.
    groupIds 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
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection resource.
    systemData SystemDataResponse
    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"
    privateEndpoint PrivateEndpointResponse
    The private endpoint resource.
    groupIds 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
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState string
    The provisioning state of the private endpoint connection resource.
    systemData SystemDataResponse
    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"
    privateEndpoint PrivateEndpointResponse
    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_service_connection_state PrivateLinkServiceConnectionStateResponse
    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 SystemDataResponse
    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 PrivateEndpointResponse
    The private endpoint resource.
    groupIds 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
    privateLinkServiceConnectionState Property Map
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection resource.
    systemData 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"
    privateEndpoint 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

    ActionsRequired 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.
    ActionsRequired 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.
    actionsRequired 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.
    actionsRequired 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.
    actionsRequired 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.
    ReplicationState 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.
    ReplicationState 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.
    replicationState 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.
    replicationState 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.
    replicationState 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

    Name string
    Name by which is known a given compute size assigned to a flexible server.
    Tier string
    Tier of the compute assigned to a flexible server.
    Name string
    Name by which is known a given compute size assigned to a flexible server.
    Tier string
    Tier of the compute assigned to a flexible server.
    name String
    Name by which is known a given compute size assigned to a flexible server.
    tier String
    Tier of the compute assigned to a flexible server.
    name string
    Name by which is known a given compute size assigned to a flexible server.
    tier string
    Tier of the compute assigned to a flexible server.
    name str
    Name by which is known a given compute size assigned to a flexible server.
    tier str
    Tier of the compute assigned to a flexible server.
    name String
    Name by which is known a given compute size assigned to a flexible server.
    tier String
    Tier of the compute assigned to a flexible server.

    StorageResponse

    AutoGrow 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.
    StorageSizeGB int
    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.
    AutoGrow 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.
    StorageSizeGB int
    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.
    autoGrow 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.
    storageSizeGB Integer
    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.
    autoGrow 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.
    storageSizeGB number
    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_gb int
    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.
    autoGrow 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.
    storageSizeGB Number
    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

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    Identifier of the tenant of a flexible server.
    Type string
    Types of identities associated with a flexible server.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.DBforPostgreSQL.Inputs.UserIdentityResponse>
    Map of user assigned managed identities.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    Identifier of the tenant of a flexible server.
    Type string
    Types of identities associated with a flexible server.
    UserAssignedIdentities map[string]UserIdentityResponse
    Map of user assigned managed identities.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    Identifier of the tenant of a flexible server.
    type String
    Types of identities associated with a flexible server.
    userAssignedIdentities Map<String,UserIdentityResponse>
    Map of user assigned managed identities.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    tenantId string
    Identifier of the tenant of a flexible server.
    type string
    Types of identities associated with a flexible server.
    userAssignedIdentities {[key: string]: UserIdentityResponse}
    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_identities Mapping[str, UserIdentityResponse]
    Map of user assigned managed identities.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    Identifier of the tenant of a flexible server.
    type String
    Types of identities associated with a flexible server.
    userAssignedIdentities Map<Property Map>
    Map of user assigned managed identities.

    UserIdentityResponse

    ClientId string
    Identifier of the client of the service principal associated to the user assigned managed identity.
    PrincipalId string
    Identifier of the object of the service principal associated to the user assigned managed identity.
    ClientId string
    Identifier of the client of the service principal associated to the user assigned managed identity.
    PrincipalId string
    Identifier of the object of the service principal associated to the user assigned managed identity.
    clientId String
    Identifier of the client of the service principal associated to the user assigned managed identity.
    principalId String
    Identifier of the object of the service principal associated to the user assigned managed identity.
    clientId string
    Identifier of the client of the service principal associated to the user assigned managed identity.
    principalId 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.
    clientId String
    Identifier of the client of the service principal associated to the user assigned managed identity.
    principalId 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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi