1. Packages
  2. Azure Native v1
  3. API Docs
  4. documentdb
  5. getCassandraCluster
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.documentdb.getCassandraCluster

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Get the properties of a managed Cassandra cluster. API Version: 2021-03-01-preview.

    Using getCassandraCluster

    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 getCassandraCluster(args: GetCassandraClusterArgs, opts?: InvokeOptions): Promise<GetCassandraClusterResult>
    function getCassandraClusterOutput(args: GetCassandraClusterOutputArgs, opts?: InvokeOptions): Output<GetCassandraClusterResult>
    def get_cassandra_cluster(cluster_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetCassandraClusterResult
    def get_cassandra_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetCassandraClusterResult]
    func LookupCassandraCluster(ctx *Context, args *LookupCassandraClusterArgs, opts ...InvokeOption) (*LookupCassandraClusterResult, error)
    func LookupCassandraClusterOutput(ctx *Context, args *LookupCassandraClusterOutputArgs, opts ...InvokeOption) LookupCassandraClusterResultOutput

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

    public static class GetCassandraCluster 
    {
        public static Task<GetCassandraClusterResult> InvokeAsync(GetCassandraClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetCassandraClusterResult> Invoke(GetCassandraClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCassandraClusterResult> getCassandraCluster(GetCassandraClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:documentdb:getCassandraCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    Managed Cassandra cluster name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ClusterName string
    Managed Cassandra cluster name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    clusterName String
    Managed Cassandra cluster name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    clusterName string
    Managed Cassandra cluster name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    cluster_name str
    Managed Cassandra cluster name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    clusterName String
    Managed Cassandra cluster name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getCassandraCluster Result

    The following output properties are available:

    Id string
    The unique resource identifier of the ARM resource.
    Name string
    The name of the ARM resource.
    Properties Pulumi.AzureNative.DocumentDB.Outputs.ClusterResourceResponseProperties
    Properties of a managed Cassandra cluster.
    Type string
    The type of Azure resource.
    Identity Pulumi.AzureNative.DocumentDB.Outputs.ManagedServiceIdentityResponse
    Identity for the resource.
    Location string
    The location of the resource group to which the resource belongs.
    Tags Dictionary<string, string>
    Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
    Id string
    The unique resource identifier of the ARM resource.
    Name string
    The name of the ARM resource.
    Properties ClusterResourceResponseProperties
    Properties of a managed Cassandra cluster.
    Type string
    The type of Azure resource.
    Identity ManagedServiceIdentityResponse
    Identity for the resource.
    Location string
    The location of the resource group to which the resource belongs.
    Tags map[string]string
    Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
    id String
    The unique resource identifier of the ARM resource.
    name String
    The name of the ARM resource.
    properties ClusterResourceResponseProperties
    Properties of a managed Cassandra cluster.
    type String
    The type of Azure resource.
    identity ManagedServiceIdentityResponse
    Identity for the resource.
    location String
    The location of the resource group to which the resource belongs.
    tags Map<String,String>
    Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
    id string
    The unique resource identifier of the ARM resource.
    name string
    The name of the ARM resource.
    properties ClusterResourceResponseProperties
    Properties of a managed Cassandra cluster.
    type string
    The type of Azure resource.
    identity ManagedServiceIdentityResponse
    Identity for the resource.
    location string
    The location of the resource group to which the resource belongs.
    tags {[key: string]: string}
    Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
    id str
    The unique resource identifier of the ARM resource.
    name str
    The name of the ARM resource.
    properties ClusterResourceResponseProperties
    Properties of a managed Cassandra cluster.
    type str
    The type of Azure resource.
    identity ManagedServiceIdentityResponse
    Identity for the resource.
    location str
    The location of the resource group to which the resource belongs.
    tags Mapping[str, str]
    Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
    id String
    The unique resource identifier of the ARM resource.
    name String
    The name of the ARM resource.
    properties Property Map
    Properties of a managed Cassandra cluster.
    type String
    The type of Azure resource.
    identity Property Map
    Identity for the resource.
    location String
    The location of the resource group to which the resource belongs.
    tags Map<String>
    Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".

    Supporting Types

    CertificateResponse

    Pem string
    PEM formatted public key.
    Pem string
    PEM formatted public key.
    pem String
    PEM formatted public key.
    pem string
    PEM formatted public key.
    pem str
    PEM formatted public key.
    pem String
    PEM formatted public key.

    ClusterResourceResponseProperties

    GossipCertificates List<Pulumi.AzureNative.DocumentDB.Inputs.CertificateResponse>
    List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property.
    SeedNodes List<Pulumi.AzureNative.DocumentDB.Inputs.SeedNodeResponse>
    List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.
    AuthenticationMethod string
    Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
    CassandraVersion string
    Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
    ClientCertificates List<Pulumi.AzureNative.DocumentDB.Inputs.CertificateResponse>
    List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
    ClusterNameOverride string
    If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.
    DelegatedManagementSubnetId string
    Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'
    ExternalGossipCertificates List<Pulumi.AzureNative.DocumentDB.Inputs.CertificateResponse>
    List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.
    ExternalSeedNodes List<Pulumi.AzureNative.DocumentDB.Inputs.SeedNodeResponse>
    List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes.
    HoursBetweenBackups int
    Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0.
    PrometheusEndpoint Pulumi.AzureNative.DocumentDB.Inputs.SeedNodeResponse
    Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.
    ProvisioningState string
    The status of the resource at the time the operation was called.
    RepairEnabled bool
    Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.
    GossipCertificates []CertificateResponse
    List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property.
    SeedNodes []SeedNodeResponse
    List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.
    AuthenticationMethod string
    Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
    CassandraVersion string
    Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
    ClientCertificates []CertificateResponse
    List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
    ClusterNameOverride string
    If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.
    DelegatedManagementSubnetId string
    Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'
    ExternalGossipCertificates []CertificateResponse
    List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.
    ExternalSeedNodes []SeedNodeResponse
    List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes.
    HoursBetweenBackups int
    Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0.
    PrometheusEndpoint SeedNodeResponse
    Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.
    ProvisioningState string
    The status of the resource at the time the operation was called.
    RepairEnabled bool
    Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.
    gossipCertificates List<CertificateResponse>
    List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property.
    seedNodes List<SeedNodeResponse>
    List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.
    authenticationMethod String
    Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
    cassandraVersion String
    Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
    clientCertificates List<CertificateResponse>
    List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
    clusterNameOverride String
    If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.
    delegatedManagementSubnetId String
    Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'
    externalGossipCertificates List<CertificateResponse>
    List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.
    externalSeedNodes List<SeedNodeResponse>
    List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes.
    hoursBetweenBackups Integer
    Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0.
    prometheusEndpoint SeedNodeResponse
    Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.
    provisioningState String
    The status of the resource at the time the operation was called.
    repairEnabled Boolean
    Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.
    gossipCertificates CertificateResponse[]
    List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property.
    seedNodes SeedNodeResponse[]
    List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.
    authenticationMethod string
    Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
    cassandraVersion string
    Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
    clientCertificates CertificateResponse[]
    List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
    clusterNameOverride string
    If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.
    delegatedManagementSubnetId string
    Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'
    externalGossipCertificates CertificateResponse[]
    List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.
    externalSeedNodes SeedNodeResponse[]
    List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes.
    hoursBetweenBackups number
    Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0.
    prometheusEndpoint SeedNodeResponse
    Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.
    provisioningState string
    The status of the resource at the time the operation was called.
    repairEnabled boolean
    Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.
    gossip_certificates Sequence[CertificateResponse]
    List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property.
    seed_nodes Sequence[SeedNodeResponse]
    List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.
    authentication_method str
    Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
    cassandra_version str
    Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
    client_certificates Sequence[CertificateResponse]
    List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
    cluster_name_override str
    If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.
    delegated_management_subnet_id str
    Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'
    external_gossip_certificates Sequence[CertificateResponse]
    List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.
    external_seed_nodes Sequence[SeedNodeResponse]
    List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes.
    hours_between_backups int
    Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0.
    prometheus_endpoint SeedNodeResponse
    Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.
    provisioning_state str
    The status of the resource at the time the operation was called.
    repair_enabled bool
    Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.
    gossipCertificates List<Property Map>
    List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property.
    seedNodes List<Property Map>
    List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.
    authenticationMethod String
    Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
    cassandraVersion String
    Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
    clientCertificates List<Property Map>
    List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
    clusterNameOverride String
    If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.
    delegatedManagementSubnetId String
    Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'
    externalGossipCertificates List<Property Map>
    List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.
    externalSeedNodes List<Property Map>
    List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes.
    hoursBetweenBackups Number
    Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0.
    prometheusEndpoint Property Map
    Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.
    provisioningState String
    The status of the resource at the time the operation was called.
    repairEnabled Boolean
    Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.

    ManagedServiceIdentityResponse

    PrincipalId string
    The 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
    The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.DocumentDB.Inputs.ManagedServiceIdentityResponseUserAssignedIdentities>
    The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    PrincipalId string
    The 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
    The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
    UserAssignedIdentities map[string]ManagedServiceIdentityResponseUserAssignedIdentities
    The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principalId String
    The 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
    The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
    userAssignedIdentities Map<String,ManagedServiceIdentityResponseUserAssignedIdentities>
    The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principalId string
    The 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
    The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
    userAssignedIdentities {[key: string]: ManagedServiceIdentityResponseUserAssignedIdentities}
    The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principal_id str
    The 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
    The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
    user_assigned_identities Mapping[str, ManagedServiceIdentityResponseUserAssignedIdentities]
    The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
    principalId String
    The 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
    The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
    userAssignedIdentities Map<Property Map>
    The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    ManagedServiceIdentityResponseUserAssignedIdentities

    ClientId string
    The client id of user assigned identity.
    PrincipalId string
    The principal id of user assigned identity.
    ClientId string
    The client id of user assigned identity.
    PrincipalId string
    The principal id of user assigned identity.
    clientId String
    The client id of user assigned identity.
    principalId String
    The principal id of user assigned identity.
    clientId string
    The client id of user assigned identity.
    principalId string
    The principal id of user assigned identity.
    client_id str
    The client id of user assigned identity.
    principal_id str
    The principal id of user assigned identity.
    clientId String
    The client id of user assigned identity.
    principalId String
    The principal id of user assigned identity.

    SeedNodeResponse

    IpAddress string
    IP address of this seed node.
    IpAddress string
    IP address of this seed node.
    ipAddress String
    IP address of this seed node.
    ipAddress string
    IP address of this seed node.
    ip_address str
    IP address of this seed node.
    ipAddress String
    IP address of this seed node.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi