azure-native.dbforpostgresql.getServer
Explore with Pulumi AI
Gets information about a server. Azure REST API version: 2022-12-01.
Other available API versions: 2017-12-01, 2017-12-01-preview, 2020-02-14-preview, 2021-04-10-privatepreview, 2021-06-15-privatepreview, 2022-03-08-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-08-01, 2024-11-01-preview.
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 dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ServerName string
- The name of the server.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ServerName string
- The name of the server.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- serverName String
- The name of the server.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- serverName 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.
- resourceGroup StringName 
- 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:
- FullyQualified stringDomain Name 
- The fully qualified domain name of a server.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- MinorVersion string
- The minor version of the server.
- Name string
- The name of the resource
- ReplicaCapacity int
- Replicas allowed for a server.
- State string
- A state of a server that is visible to user.
- SystemData 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"
- AdministratorLogin string
- The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
- AuthConfig Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Auth Config Response 
- AuthConfig properties of a server.
- AvailabilityZone string
- availability zone information of the server.
- Backup
Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Backup Response 
- Backup properties of a server.
- DataEncryption Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Data Encryption Response 
- Data encryption properties of a server.
- HighAvailability Pulumi.Azure Native. DBfor Postgre SQL. Outputs. High Availability Response 
- High availability properties of a server.
- Identity
Pulumi.Azure Native. DBfor Postgre SQL. Outputs. User Assigned Identity Response 
- Describes the identity of the application.
- MaintenanceWindow Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Maintenance Window Response 
- Maintenance window properties of a server.
- Network
Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Network Response 
- Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.
- ReplicationRole string
- Replication role of the server
- Sku
Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Sku Response 
- The SKU (pricing tier) of the server.
- SourceServer stringResource Id 
- The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. This property is returned only for Replica server
- Storage
Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Storage Response 
- Storage properties of a server.
- Dictionary<string, string>
- Resource tags.
- Version string
- PostgreSQL Server version.
- FullyQualified stringDomain Name 
- The fully qualified domain name of a server.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- MinorVersion string
- The minor version of the server.
- Name string
- The name of the resource
- ReplicaCapacity int
- Replicas allowed for a server.
- State string
- A state of a server that is visible to user.
- SystemData 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"
- AdministratorLogin string
- The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
- AuthConfig AuthConfig Response 
- AuthConfig properties of a server.
- AvailabilityZone string
- availability zone information of the server.
- Backup
BackupResponse 
- Backup properties of a server.
- DataEncryption DataEncryption Response 
- Data encryption properties of a server.
- HighAvailability HighAvailability Response 
- High availability properties of a server.
- Identity
UserAssigned Identity Response 
- Describes the identity of the application.
- MaintenanceWindow MaintenanceWindow Response 
- Maintenance window properties of a server.
- Network
NetworkResponse 
- Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.
- ReplicationRole string
- Replication role of the server
- Sku
SkuResponse 
- The SKU (pricing tier) of the server.
- SourceServer stringResource Id 
- The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. This property is returned only for Replica server
- Storage
StorageResponse 
- Storage properties of a server.
- map[string]string
- Resource tags.
- Version string
- PostgreSQL Server version.
- fullyQualified StringDomain Name 
- The fully qualified domain name of a server.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- minorVersion String
- The minor version of the server.
- name String
- The name of the resource
- replicaCapacity Integer
- Replicas allowed for a server.
- state String
- A state of a server that is visible to user.
- systemData 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"
- administratorLogin String
- The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
- authConfig AuthConfig Response 
- AuthConfig properties of a server.
- availabilityZone String
- availability zone information of the server.
- backup
BackupResponse 
- Backup properties of a server.
- dataEncryption DataEncryption Response 
- Data encryption properties of a server.
- highAvailability HighAvailability Response 
- High availability properties of a server.
- identity
UserAssigned Identity Response 
- Describes the identity of the application.
- maintenanceWindow MaintenanceWindow Response 
- Maintenance window properties of a server.
- network
NetworkResponse 
- Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.
- replicationRole String
- Replication role of the server
- sku
SkuResponse 
- The SKU (pricing tier) of the server.
- sourceServer StringResource Id 
- The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. This property is returned only for Replica server
- storage
StorageResponse 
- Storage properties of a server.
- Map<String,String>
- Resource tags.
- version String
- PostgreSQL Server version.
- fullyQualified stringDomain Name 
- The fully qualified domain name of a server.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- minorVersion string
- The minor version of the server.
- name string
- The name of the resource
- replicaCapacity number
- Replicas allowed for a server.
- state string
- A state of a server that is visible to user.
- systemData 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"
- administratorLogin string
- The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
- authConfig AuthConfig Response 
- AuthConfig properties of a server.
- availabilityZone string
- availability zone information of the server.
- backup
BackupResponse 
- Backup properties of a server.
- dataEncryption DataEncryption Response 
- Data encryption properties of a server.
- highAvailability HighAvailability Response 
- High availability properties of a server.
- identity
UserAssigned Identity Response 
- Describes the identity of the application.
- maintenanceWindow MaintenanceWindow Response 
- Maintenance window properties of a server.
- network
NetworkResponse 
- Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.
- replicationRole string
- Replication role of the server
- sku
SkuResponse 
- The SKU (pricing tier) of the server.
- sourceServer stringResource Id 
- The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. This property is returned only for Replica server
- storage
StorageResponse 
- Storage properties of a server.
- {[key: string]: string}
- Resource tags.
- version string
- PostgreSQL Server version.
- fully_qualified_ strdomain_ name 
- The fully qualified domain name of a server.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- minor_version str
- The minor version of the server.
- name str
- The name of the resource
- replica_capacity int
- Replicas allowed for a server.
- state str
- A state of a server that is visible to user.
- 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
- The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
- auth_config AuthConfig Response 
- AuthConfig properties of a server.
- availability_zone str
- availability zone information of the server.
- backup
BackupResponse 
- Backup properties of a server.
- data_encryption DataEncryption Response 
- Data encryption properties of a server.
- high_availability HighAvailability Response 
- High availability properties of a server.
- identity
UserAssigned Identity Response 
- Describes the identity of the application.
- maintenance_window MaintenanceWindow Response 
- Maintenance window properties of a server.
- network
NetworkResponse 
- Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.
- replication_role str
- Replication role of the server
- sku
SkuResponse 
- The SKU (pricing tier) of the server.
- source_server_ strresource_ id 
- The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. This property is returned only for Replica server
- storage
StorageResponse 
- Storage properties of a server.
- Mapping[str, str]
- Resource tags.
- version str
- PostgreSQL Server version.
- fullyQualified StringDomain Name 
- The fully qualified domain name of a server.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- minorVersion String
- The minor version of the server.
- name String
- The name of the resource
- replicaCapacity Number
- Replicas allowed for a server.
- state String
- A state of a server that is visible to user.
- 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
- The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
- authConfig Property Map
- AuthConfig properties of a server.
- availabilityZone String
- availability zone information of the server.
- backup Property Map
- Backup properties of a server.
- dataEncryption Property Map
- Data encryption properties of a server.
- highAvailability Property Map
- High availability properties of a server.
- identity Property Map
- Describes the identity of the application.
- maintenanceWindow Property Map
- Maintenance window properties of a server.
- network Property Map
- Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.
- replicationRole String
- Replication role of the server
- sku Property Map
- The SKU (pricing tier) of the server.
- sourceServer StringResource Id 
- The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. This property is returned only for Replica server
- storage Property Map
- Storage properties of a server.
- Map<String>
- Resource tags.
- version String
- PostgreSQL Server version.
Supporting Types
AuthConfigResponse  
- ActiveDirectory stringAuth 
- If Enabled, Azure Active Directory authentication is enabled.
- PasswordAuth string
- If Enabled, Password authentication is enabled.
- TenantId string
- Tenant id of the server.
- ActiveDirectory stringAuth 
- If Enabled, Azure Active Directory authentication is enabled.
- PasswordAuth string
- If Enabled, Password authentication is enabled.
- TenantId string
- Tenant id of the server.
- activeDirectory StringAuth 
- If Enabled, Azure Active Directory authentication is enabled.
- passwordAuth String
- If Enabled, Password authentication is enabled.
- tenantId String
- Tenant id of the server.
- activeDirectory stringAuth 
- If Enabled, Azure Active Directory authentication is enabled.
- passwordAuth string
- If Enabled, Password authentication is enabled.
- tenantId string
- Tenant id of the server.
- active_directory_ strauth 
- If Enabled, Azure Active Directory authentication is enabled.
- password_auth str
- If Enabled, Password authentication is enabled.
- tenant_id str
- Tenant id of the server.
- activeDirectory StringAuth 
- If Enabled, Azure Active Directory authentication is enabled.
- passwordAuth String
- If Enabled, Password authentication is enabled.
- tenantId String
- Tenant id of the server.
BackupResponse 
- EarliestRestore stringDate 
- The earliest restore point time (ISO8601 format) for server.
- BackupRetention intDays 
- Backup retention days for the server.
- GeoRedundant stringBackup 
- A value indicating whether Geo-Redundant backup is enabled on the server.
- EarliestRestore stringDate 
- The earliest restore point time (ISO8601 format) for server.
- BackupRetention intDays 
- Backup retention days for the server.
- GeoRedundant stringBackup 
- A value indicating whether Geo-Redundant backup is enabled on the server.
- earliestRestore StringDate 
- The earliest restore point time (ISO8601 format) for server.
- backupRetention IntegerDays 
- Backup retention days for the server.
- geoRedundant StringBackup 
- A value indicating whether Geo-Redundant backup is enabled on the server.
- earliestRestore stringDate 
- The earliest restore point time (ISO8601 format) for server.
- backupRetention numberDays 
- Backup retention days for the server.
- geoRedundant stringBackup 
- A value indicating whether Geo-Redundant backup is enabled on the server.
- earliest_restore_ strdate 
- The earliest restore point time (ISO8601 format) for server.
- backup_retention_ intdays 
- Backup retention days for the server.
- geo_redundant_ strbackup 
- A value indicating whether Geo-Redundant backup is enabled on the server.
- earliestRestore StringDate 
- The earliest restore point time (ISO8601 format) for server.
- backupRetention NumberDays 
- Backup retention days for the server.
- geoRedundant StringBackup 
- A value indicating whether Geo-Redundant backup is enabled on the server.
DataEncryptionResponse  
- PrimaryKey stringURI 
- URI for the key for data encryption for primary server.
- PrimaryUser stringAssigned Identity Id 
- Resource Id for the User assigned identity to be used for data encryption for primary server.
- Type string
- Data encryption type to depict if it is System Managed vs Azure Key vault.
- PrimaryKey stringURI 
- URI for the key for data encryption for primary server.
- PrimaryUser stringAssigned Identity Id 
- Resource Id for the User assigned identity to be used for data encryption for primary server.
- Type string
- Data encryption type to depict if it is System Managed vs Azure Key vault.
- primaryKey StringURI 
- URI for the key for data encryption for primary server.
- primaryUser StringAssigned Identity Id 
- Resource Id for the User assigned identity to be used for data encryption for primary server.
- type String
- Data encryption type to depict if it is System Managed vs Azure Key vault.
- primaryKey stringURI 
- URI for the key for data encryption for primary server.
- primaryUser stringAssigned Identity Id 
- Resource Id for the User assigned identity to be used for data encryption for primary server.
- type string
- Data encryption type to depict if it is System Managed vs Azure Key vault.
- primary_key_ struri 
- URI for the key for data encryption for primary server.
- primary_user_ strassigned_ identity_ id 
- Resource Id for the User assigned identity to be used for data encryption for primary server.
- type str
- Data encryption type to depict if it is System Managed vs Azure Key vault.
- primaryKey StringURI 
- URI for the key for data encryption for primary server.
- primaryUser StringAssigned Identity Id 
- Resource Id for the User assigned identity to be used for data encryption for primary server.
- type String
- Data encryption type to depict if it is System Managed vs Azure Key vault.
HighAvailabilityResponse  
- State string
- A state of a HA server that is visible to user.
- Mode string
- The HA mode for the server.
- StandbyAvailability stringZone 
- availability zone information of the standby.
- State string
- A state of a HA server that is visible to user.
- Mode string
- The HA mode for the server.
- StandbyAvailability stringZone 
- availability zone information of the standby.
- state String
- A state of a HA server that is visible to user.
- mode String
- The HA mode for the server.
- standbyAvailability StringZone 
- availability zone information of the standby.
- state string
- A state of a HA server that is visible to user.
- mode string
- The HA mode for the server.
- standbyAvailability stringZone 
- availability zone information of the standby.
- state str
- A state of a HA server that is visible to user.
- mode str
- The HA mode for the server.
- standby_availability_ strzone 
- availability zone information of the standby.
- state String
- A state of a HA server that is visible to user.
- mode String
- The HA mode for the server.
- standbyAvailability StringZone 
- availability zone information of the standby.
MaintenanceWindowResponse  
- CustomWindow string
- indicates whether custom window is enabled or disabled
- DayOf intWeek 
- day of week for maintenance window
- StartHour int
- start hour for maintenance window
- StartMinute int
- start minute for maintenance window
- CustomWindow string
- indicates whether custom window is enabled or disabled
- DayOf intWeek 
- day of week for maintenance window
- StartHour int
- start hour for maintenance window
- StartMinute int
- start minute for maintenance window
- customWindow String
- indicates whether custom window is enabled or disabled
- dayOf IntegerWeek 
- day of week for maintenance window
- startHour Integer
- start hour for maintenance window
- startMinute Integer
- start minute for maintenance window
- customWindow string
- indicates whether custom window is enabled or disabled
- dayOf numberWeek 
- day of week for maintenance window
- startHour number
- start hour for maintenance window
- startMinute number
- start minute for maintenance window
- custom_window str
- indicates whether custom window is enabled or disabled
- day_of_ intweek 
- day of week for maintenance window
- start_hour int
- start hour for maintenance window
- start_minute int
- start minute for maintenance window
- customWindow String
- indicates whether custom window is enabled or disabled
- dayOf NumberWeek 
- day of week for maintenance window
- startHour Number
- start hour for maintenance window
- startMinute Number
- start minute for maintenance window
NetworkResponse 
- PublicNetwork stringAccess 
- public network access is enabled or not
- DelegatedSubnet stringResource Id 
- Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- PrivateDns stringZone Arm Resource Id 
- Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- PublicNetwork stringAccess 
- public network access is enabled or not
- DelegatedSubnet stringResource Id 
- Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- PrivateDns stringZone Arm Resource Id 
- Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- publicNetwork StringAccess 
- public network access is enabled or not
- delegatedSubnet StringResource Id 
- Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- privateDns StringZone Arm Resource Id 
- Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- publicNetwork stringAccess 
- public network access is enabled or not
- delegatedSubnet stringResource Id 
- Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- privateDns stringZone Arm Resource Id 
- Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- public_network_ straccess 
- public network access is enabled or not
- delegated_subnet_ strresource_ id 
- Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- private_dns_ strzone_ arm_ resource_ id 
- Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- publicNetwork StringAccess 
- public network access is enabled or not
- delegatedSubnet StringResource Id 
- Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
- privateDns StringZone Arm Resource Id 
- Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.
SkuResponse 
StorageResponse 
- StorageSize intGB 
- Max storage allowed for a server.
- StorageSize intGB 
- Max storage allowed for a server.
- storageSize IntegerGB 
- Max storage allowed for a server.
- storageSize numberGB 
- Max storage allowed for a server.
- storage_size_ intgb 
- Max storage allowed for a server.
- storageSize NumberGB 
- Max storage allowed for a server.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserAssignedIdentityResponse   
- TenantId string
- Tenant id of the server.
- Type string
- the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. DBfor Postgre SQL. Inputs. User Identity Response> 
- represents user assigned identities map.
- TenantId string
- Tenant id of the server.
- Type string
- the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
- UserAssigned map[string]UserIdentities Identity Response 
- represents user assigned identities map.
- tenantId String
- Tenant id of the server.
- type String
- the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
- userAssigned Map<String,UserIdentities Identity Response> 
- represents user assigned identities map.
- tenantId string
- Tenant id of the server.
- type string
- the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
- userAssigned {[key: string]: UserIdentities Identity Response} 
- represents user assigned identities map.
- tenant_id str
- Tenant id of the server.
- type str
- the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
- user_assigned_ Mapping[str, Useridentities Identity Response] 
- represents user assigned identities map.
- tenantId String
- Tenant id of the server.
- type String
- the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
- userAssigned Map<Property Map>Identities 
- represents user assigned identities map.
UserIdentityResponse  
- ClientId string
- the client identifier of the Service Principal which this identity represents.
- PrincipalId string
- the object identifier of the Service Principal which this identity represents.
- ClientId string
- the client identifier of the Service Principal which this identity represents.
- PrincipalId string
- the object identifier of the Service Principal which this identity represents.
- clientId String
- the client identifier of the Service Principal which this identity represents.
- principalId String
- the object identifier of the Service Principal which this identity represents.
- clientId string
- the client identifier of the Service Principal which this identity represents.
- principalId string
- the object identifier of the Service Principal which this identity represents.
- client_id str
- the client identifier of the Service Principal which this identity represents.
- principal_id str
- the object identifier of the Service Principal which this identity represents.
- clientId String
- the client identifier of the Service Principal which this identity represents.
- principalId String
- the object identifier of the Service Principal which this identity represents.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0