1. Packages
  2. Azure Native
  3. API Docs
  4. cache
  5. getRedis
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.cache.getRedis

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets a Redis cache (resource description). Azure REST API version: 2023-04-01.

    Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01.

    Using getRedis

    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 getRedis(args: GetRedisArgs, opts?: InvokeOptions): Promise<GetRedisResult>
    function getRedisOutput(args: GetRedisOutputArgs, opts?: InvokeOptions): Output<GetRedisResult>
    def get_redis(name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetRedisResult
    def get_redis_output(name: Optional[pulumi.Input[str]] = None,
                  resource_group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetRedisResult]
    func LookupRedis(ctx *Context, args *LookupRedisArgs, opts ...InvokeOption) (*LookupRedisResult, error)
    func LookupRedisOutput(ctx *Context, args *LookupRedisOutputArgs, opts ...InvokeOption) LookupRedisResultOutput

    > Note: This function is named LookupRedis in the Go SDK.

    public static class GetRedis 
    {
        public static Task<GetRedisResult> InvokeAsync(GetRedisArgs args, InvokeOptions? opts = null)
        public static Output<GetRedisResult> Invoke(GetRedisInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRedisResult> getRedis(GetRedisArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:cache:getRedis
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the Redis cache.
    ResourceGroupName string
    The name of the resource group.
    Name string
    The name of the Redis cache.
    ResourceGroupName string
    The name of the resource group.
    name String
    The name of the Redis cache.
    resourceGroupName String
    The name of the resource group.
    name string
    The name of the Redis cache.
    resourceGroupName string
    The name of the resource group.
    name str
    The name of the Redis cache.
    resource_group_name str
    The name of the resource group.
    name String
    The name of the Redis cache.
    resourceGroupName String
    The name of the resource group.

    getRedis Result

    The following output properties are available:

    AccessKeys Pulumi.AzureNative.Cache.Outputs.RedisAccessKeysResponse
    The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
    HostName string
    Redis host name.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Instances List<Pulumi.AzureNative.Cache.Outputs.RedisInstanceDetailsResponse>
    List of the Redis instances associated with the cache
    LinkedServers List<Pulumi.AzureNative.Cache.Outputs.RedisLinkedServerResponse>
    List of the linked servers associated with the cache
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Port int
    Redis non-SSL port.
    PrivateEndpointConnections List<Pulumi.AzureNative.Cache.Outputs.PrivateEndpointConnectionResponse>
    List of private endpoint connection associated with the specified redis cache
    ProvisioningState string
    Redis instance provisioning status.
    Sku Pulumi.AzureNative.Cache.Outputs.SkuResponse
    The SKU of the Redis cache to deploy.
    SslPort int
    Redis SSL port.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    EnableNonSslPort bool
    Specifies whether the non-ssl Redis server port (6379) is enabled.
    Identity Pulumi.AzureNative.Cache.Outputs.ManagedServiceIdentityResponse
    The identity of the resource.
    MinimumTlsVersion string
    Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
    PublicNetworkAccess string
    Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.
    RedisConfiguration Pulumi.AzureNative.Cache.Outputs.RedisCommonPropertiesResponseRedisConfiguration
    All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
    RedisVersion string
    Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
    ReplicasPerMaster int
    The number of replicas to be created per primary.
    ReplicasPerPrimary int
    The number of replicas to be created per primary.
    ShardCount int
    The number of shards to be created on a Premium Cluster Cache.
    StaticIP string
    Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
    SubnetId string
    The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
    Tags Dictionary<string, string>
    Resource tags.
    TenantSettings Dictionary<string, string>
    A dictionary of tenant settings
    Zones List<string>
    A list of availability zones denoting where the resource needs to come from.
    AccessKeys RedisAccessKeysResponse
    The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
    HostName string
    Redis host name.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Instances []RedisInstanceDetailsResponse
    List of the Redis instances associated with the cache
    LinkedServers []RedisLinkedServerResponse
    List of the linked servers associated with the cache
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Port int
    Redis non-SSL port.
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    List of private endpoint connection associated with the specified redis cache
    ProvisioningState string
    Redis instance provisioning status.
    Sku SkuResponse
    The SKU of the Redis cache to deploy.
    SslPort int
    Redis SSL port.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    EnableNonSslPort bool
    Specifies whether the non-ssl Redis server port (6379) is enabled.
    Identity ManagedServiceIdentityResponse
    The identity of the resource.
    MinimumTlsVersion string
    Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
    PublicNetworkAccess string
    Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.
    RedisConfiguration RedisCommonPropertiesResponseRedisConfiguration
    All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
    RedisVersion string
    Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
    ReplicasPerMaster int
    The number of replicas to be created per primary.
    ReplicasPerPrimary int
    The number of replicas to be created per primary.
    ShardCount int
    The number of shards to be created on a Premium Cluster Cache.
    StaticIP string
    Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
    SubnetId string
    The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
    Tags map[string]string
    Resource tags.
    TenantSettings map[string]string
    A dictionary of tenant settings
    Zones []string
    A list of availability zones denoting where the resource needs to come from.
    accessKeys RedisAccessKeysResponse
    The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
    hostName String
    Redis host name.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instances List<RedisInstanceDetailsResponse>
    List of the Redis instances associated with the cache
    linkedServers List<RedisLinkedServerResponse>
    List of the linked servers associated with the cache
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    port Integer
    Redis non-SSL port.
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    List of private endpoint connection associated with the specified redis cache
    provisioningState String
    Redis instance provisioning status.
    sku SkuResponse
    The SKU of the Redis cache to deploy.
    sslPort Integer
    Redis SSL port.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enableNonSslPort Boolean
    Specifies whether the non-ssl Redis server port (6379) is enabled.
    identity ManagedServiceIdentityResponse
    The identity of the resource.
    minimumTlsVersion String
    Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
    publicNetworkAccess String
    Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.
    redisConfiguration RedisCommonPropertiesResponseRedisConfiguration
    All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
    redisVersion String
    Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
    replicasPerMaster Integer
    The number of replicas to be created per primary.
    replicasPerPrimary Integer
    The number of replicas to be created per primary.
    shardCount Integer
    The number of shards to be created on a Premium Cluster Cache.
    staticIP String
    Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
    subnetId String
    The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
    tags Map<String,String>
    Resource tags.
    tenantSettings Map<String,String>
    A dictionary of tenant settings
    zones List<String>
    A list of availability zones denoting where the resource needs to come from.
    accessKeys RedisAccessKeysResponse
    The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
    hostName string
    Redis host name.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instances RedisInstanceDetailsResponse[]
    List of the Redis instances associated with the cache
    linkedServers RedisLinkedServerResponse[]
    List of the linked servers associated with the cache
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    port number
    Redis non-SSL port.
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    List of private endpoint connection associated with the specified redis cache
    provisioningState string
    Redis instance provisioning status.
    sku SkuResponse
    The SKU of the Redis cache to deploy.
    sslPort number
    Redis SSL port.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enableNonSslPort boolean
    Specifies whether the non-ssl Redis server port (6379) is enabled.
    identity ManagedServiceIdentityResponse
    The identity of the resource.
    minimumTlsVersion string
    Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
    publicNetworkAccess string
    Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.
    redisConfiguration RedisCommonPropertiesResponseRedisConfiguration
    All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
    redisVersion string
    Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
    replicasPerMaster number
    The number of replicas to be created per primary.
    replicasPerPrimary number
    The number of replicas to be created per primary.
    shardCount number
    The number of shards to be created on a Premium Cluster Cache.
    staticIP string
    Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
    subnetId string
    The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
    tags {[key: string]: string}
    Resource tags.
    tenantSettings {[key: string]: string}
    A dictionary of tenant settings
    zones string[]
    A list of availability zones denoting where the resource needs to come from.
    access_keys RedisAccessKeysResponse
    The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
    host_name str
    Redis host name.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instances Sequence[RedisInstanceDetailsResponse]
    List of the Redis instances associated with the cache
    linked_servers Sequence[RedisLinkedServerResponse]
    List of the linked servers associated with the cache
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    port int
    Redis non-SSL port.
    private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
    List of private endpoint connection associated with the specified redis cache
    provisioning_state str
    Redis instance provisioning status.
    sku SkuResponse
    The SKU of the Redis cache to deploy.
    ssl_port int
    Redis SSL port.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enable_non_ssl_port bool
    Specifies whether the non-ssl Redis server port (6379) is enabled.
    identity ManagedServiceIdentityResponse
    The identity of the resource.
    minimum_tls_version str
    Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
    public_network_access str
    Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.
    redis_configuration RedisCommonPropertiesResponseRedisConfiguration
    All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
    redis_version str
    Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
    replicas_per_master int
    The number of replicas to be created per primary.
    replicas_per_primary int
    The number of replicas to be created per primary.
    shard_count int
    The number of shards to be created on a Premium Cluster Cache.
    static_ip str
    Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
    subnet_id str
    The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
    tags Mapping[str, str]
    Resource tags.
    tenant_settings Mapping[str, str]
    A dictionary of tenant settings
    zones Sequence[str]
    A list of availability zones denoting where the resource needs to come from.
    accessKeys Property Map
    The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
    hostName String
    Redis host name.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instances List<Property Map>
    List of the Redis instances associated with the cache
    linkedServers List<Property Map>
    List of the linked servers associated with the cache
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    port Number
    Redis non-SSL port.
    privateEndpointConnections List<Property Map>
    List of private endpoint connection associated with the specified redis cache
    provisioningState String
    Redis instance provisioning status.
    sku Property Map
    The SKU of the Redis cache to deploy.
    sslPort Number
    Redis SSL port.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enableNonSslPort Boolean
    Specifies whether the non-ssl Redis server port (6379) is enabled.
    identity Property Map
    The identity of the resource.
    minimumTlsVersion String
    Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
    publicNetworkAccess String
    Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.
    redisConfiguration Property Map
    All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
    redisVersion String
    Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
    replicasPerMaster Number
    The number of replicas to be created per primary.
    replicasPerPrimary Number
    The number of replicas to be created per primary.
    shardCount Number
    The number of shards to be created on a Premium Cluster Cache.
    staticIP String
    Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
    subnetId String
    The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
    tags Map<String>
    Resource tags.
    tenantSettings Map<String>
    A dictionary of tenant settings
    zones List<String>
    A list of availability zones denoting where the resource needs to come from.

    Supporting Types

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.Cache.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    PrivateEndpointConnectionResponse

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState Pulumi.AzureNative.Cache.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.Cache.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.Cache.Inputs.PrivateEndpointResponse
    The resource of private end point.
    Id string
    Fully qualified resource ID for the resource. Ex - /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 resource of private end point.
    id String
    Fully qualified resource ID for the resource. Ex - /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 resource of private end point.
    id string
    Fully qualified resource ID for the resource. Ex - /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 resource of private end point.
    id str
    Fully qualified resource ID for the resource. Ex - /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 resource of private end point.
    id String
    Fully qualified resource ID for the resource. Ex - /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 resource of private end point.

    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.

    RedisAccessKeysResponse

    PrimaryKey string
    The current primary key that clients can use to authenticate with Redis cache.
    SecondaryKey string
    The current secondary key that clients can use to authenticate with Redis cache.
    PrimaryKey string
    The current primary key that clients can use to authenticate with Redis cache.
    SecondaryKey string
    The current secondary key that clients can use to authenticate with Redis cache.
    primaryKey String
    The current primary key that clients can use to authenticate with Redis cache.
    secondaryKey String
    The current secondary key that clients can use to authenticate with Redis cache.
    primaryKey string
    The current primary key that clients can use to authenticate with Redis cache.
    secondaryKey string
    The current secondary key that clients can use to authenticate with Redis cache.
    primary_key str
    The current primary key that clients can use to authenticate with Redis cache.
    secondary_key str
    The current secondary key that clients can use to authenticate with Redis cache.
    primaryKey String
    The current primary key that clients can use to authenticate with Redis cache.
    secondaryKey String
    The current secondary key that clients can use to authenticate with Redis cache.

    RedisCommonPropertiesResponseRedisConfiguration

    Maxclients string
    The max clients config
    PreferredDataArchiveAuthMethod string
    Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
    ZonalConfiguration string
    Zonal Configuration
    AofBackupEnabled string
    Specifies whether the aof backup is enabled
    AofStorageConnectionString0 string
    First storage account connection string
    AofStorageConnectionString1 string
    Second storage account connection string
    Authnotrequired string
    Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
    MaxfragmentationmemoryReserved string
    Value in megabytes reserved for fragmentation per shard
    MaxmemoryDelta string
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    MaxmemoryPolicy string
    The eviction strategy used when your data won't fit within its memory limit.
    MaxmemoryReserved string
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    PreferredDataPersistenceAuthMethod string
    Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
    RdbBackupEnabled string
    Specifies whether the rdb backup is enabled
    RdbBackupFrequency string
    Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
    RdbBackupMaxSnapshotCount string
    Specifies the maximum number of snapshots for rdb backup
    RdbStorageConnectionString string
    The storage account connection string for storing rdb file
    StorageSubscriptionId string
    SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
    Maxclients string
    The max clients config
    PreferredDataArchiveAuthMethod string
    Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
    ZonalConfiguration string
    Zonal Configuration
    AofBackupEnabled string
    Specifies whether the aof backup is enabled
    AofStorageConnectionString0 string
    First storage account connection string
    AofStorageConnectionString1 string
    Second storage account connection string
    Authnotrequired string
    Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
    MaxfragmentationmemoryReserved string
    Value in megabytes reserved for fragmentation per shard
    MaxmemoryDelta string
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    MaxmemoryPolicy string
    The eviction strategy used when your data won't fit within its memory limit.
    MaxmemoryReserved string
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    PreferredDataPersistenceAuthMethod string
    Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
    RdbBackupEnabled string
    Specifies whether the rdb backup is enabled
    RdbBackupFrequency string
    Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
    RdbBackupMaxSnapshotCount string
    Specifies the maximum number of snapshots for rdb backup
    RdbStorageConnectionString string
    The storage account connection string for storing rdb file
    StorageSubscriptionId string
    SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
    maxclients String
    The max clients config
    preferredDataArchiveAuthMethod String
    Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
    zonalConfiguration String
    Zonal Configuration
    aofBackupEnabled String
    Specifies whether the aof backup is enabled
    aofStorageConnectionString0 String
    First storage account connection string
    aofStorageConnectionString1 String
    Second storage account connection string
    authnotrequired String
    Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
    maxfragmentationmemoryReserved String
    Value in megabytes reserved for fragmentation per shard
    maxmemoryDelta String
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    maxmemoryPolicy String
    The eviction strategy used when your data won't fit within its memory limit.
    maxmemoryReserved String
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    preferredDataPersistenceAuthMethod String
    Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
    rdbBackupEnabled String
    Specifies whether the rdb backup is enabled
    rdbBackupFrequency String
    Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
    rdbBackupMaxSnapshotCount String
    Specifies the maximum number of snapshots for rdb backup
    rdbStorageConnectionString String
    The storage account connection string for storing rdb file
    storageSubscriptionId String
    SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
    maxclients string
    The max clients config
    preferredDataArchiveAuthMethod string
    Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
    zonalConfiguration string
    Zonal Configuration
    aofBackupEnabled string
    Specifies whether the aof backup is enabled
    aofStorageConnectionString0 string
    First storage account connection string
    aofStorageConnectionString1 string
    Second storage account connection string
    authnotrequired string
    Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
    maxfragmentationmemoryReserved string
    Value in megabytes reserved for fragmentation per shard
    maxmemoryDelta string
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    maxmemoryPolicy string
    The eviction strategy used when your data won't fit within its memory limit.
    maxmemoryReserved string
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    preferredDataPersistenceAuthMethod string
    Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
    rdbBackupEnabled string
    Specifies whether the rdb backup is enabled
    rdbBackupFrequency string
    Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
    rdbBackupMaxSnapshotCount string
    Specifies the maximum number of snapshots for rdb backup
    rdbStorageConnectionString string
    The storage account connection string for storing rdb file
    storageSubscriptionId string
    SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
    maxclients str
    The max clients config
    preferred_data_archive_auth_method str
    Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
    zonal_configuration str
    Zonal Configuration
    aof_backup_enabled str
    Specifies whether the aof backup is enabled
    aof_storage_connection_string0 str
    First storage account connection string
    aof_storage_connection_string1 str
    Second storage account connection string
    authnotrequired str
    Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
    maxfragmentationmemory_reserved str
    Value in megabytes reserved for fragmentation per shard
    maxmemory_delta str
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    maxmemory_policy str
    The eviction strategy used when your data won't fit within its memory limit.
    maxmemory_reserved str
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    preferred_data_persistence_auth_method str
    Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
    rdb_backup_enabled str
    Specifies whether the rdb backup is enabled
    rdb_backup_frequency str
    Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
    rdb_backup_max_snapshot_count str
    Specifies the maximum number of snapshots for rdb backup
    rdb_storage_connection_string str
    The storage account connection string for storing rdb file
    storage_subscription_id str
    SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
    maxclients String
    The max clients config
    preferredDataArchiveAuthMethod String
    Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
    zonalConfiguration String
    Zonal Configuration
    aofBackupEnabled String
    Specifies whether the aof backup is enabled
    aofStorageConnectionString0 String
    First storage account connection string
    aofStorageConnectionString1 String
    Second storage account connection string
    authnotrequired String
    Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
    maxfragmentationmemoryReserved String
    Value in megabytes reserved for fragmentation per shard
    maxmemoryDelta String
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    maxmemoryPolicy String
    The eviction strategy used when your data won't fit within its memory limit.
    maxmemoryReserved String
    Value in megabytes reserved for non-cache usage per shard e.g. failover.
    preferredDataPersistenceAuthMethod String
    Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
    rdbBackupEnabled String
    Specifies whether the rdb backup is enabled
    rdbBackupFrequency String
    Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
    rdbBackupMaxSnapshotCount String
    Specifies the maximum number of snapshots for rdb backup
    rdbStorageConnectionString String
    The storage account connection string for storing rdb file
    storageSubscriptionId String
    SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.

    RedisInstanceDetailsResponse

    IsMaster bool
    Specifies whether the instance is a primary node.
    IsPrimary bool
    Specifies whether the instance is a primary node.
    NonSslPort int
    If enableNonSslPort is true, provides Redis instance Non-SSL port.
    ShardId int
    If clustering is enabled, the Shard ID of Redis Instance
    SslPort int
    Redis instance SSL port.
    Zone string
    If the Cache uses availability zones, specifies availability zone where this instance is located.
    IsMaster bool
    Specifies whether the instance is a primary node.
    IsPrimary bool
    Specifies whether the instance is a primary node.
    NonSslPort int
    If enableNonSslPort is true, provides Redis instance Non-SSL port.
    ShardId int
    If clustering is enabled, the Shard ID of Redis Instance
    SslPort int
    Redis instance SSL port.
    Zone string
    If the Cache uses availability zones, specifies availability zone where this instance is located.
    isMaster Boolean
    Specifies whether the instance is a primary node.
    isPrimary Boolean
    Specifies whether the instance is a primary node.
    nonSslPort Integer
    If enableNonSslPort is true, provides Redis instance Non-SSL port.
    shardId Integer
    If clustering is enabled, the Shard ID of Redis Instance
    sslPort Integer
    Redis instance SSL port.
    zone String
    If the Cache uses availability zones, specifies availability zone where this instance is located.
    isMaster boolean
    Specifies whether the instance is a primary node.
    isPrimary boolean
    Specifies whether the instance is a primary node.
    nonSslPort number
    If enableNonSslPort is true, provides Redis instance Non-SSL port.
    shardId number
    If clustering is enabled, the Shard ID of Redis Instance
    sslPort number
    Redis instance SSL port.
    zone string
    If the Cache uses availability zones, specifies availability zone where this instance is located.
    is_master bool
    Specifies whether the instance is a primary node.
    is_primary bool
    Specifies whether the instance is a primary node.
    non_ssl_port int
    If enableNonSslPort is true, provides Redis instance Non-SSL port.
    shard_id int
    If clustering is enabled, the Shard ID of Redis Instance
    ssl_port int
    Redis instance SSL port.
    zone str
    If the Cache uses availability zones, specifies availability zone where this instance is located.
    isMaster Boolean
    Specifies whether the instance is a primary node.
    isPrimary Boolean
    Specifies whether the instance is a primary node.
    nonSslPort Number
    If enableNonSslPort is true, provides Redis instance Non-SSL port.
    shardId Number
    If clustering is enabled, the Shard ID of Redis Instance
    sslPort Number
    Redis instance SSL port.
    zone String
    If the Cache uses availability zones, specifies availability zone where this instance is located.

    RedisLinkedServerResponse

    Id string
    Linked server Id.
    Id string
    Linked server Id.
    id String
    Linked server Id.
    id string
    Linked server Id.
    id str
    Linked server Id.
    id String
    Linked server Id.

    SkuResponse

    Capacity int
    The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
    Family string
    The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
    Name string
    The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
    Capacity int
    The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
    Family string
    The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
    Name string
    The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
    capacity Integer
    The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
    family String
    The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
    name String
    The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
    capacity number
    The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
    family string
    The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
    name string
    The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
    capacity int
    The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
    family str
    The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
    name str
    The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
    capacity Number
    The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
    family String
    The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
    name String
    The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)

    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.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned 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 v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi