ClusterIdentity Class

Definition

Identity for the cluster.

public class ClusterIdentity
type ClusterIdentity = class
Public Class ClusterIdentity
Inheritance
ClusterIdentity

Constructors

ClusterIdentity()

Initializes a new instance of the ClusterIdentity class.

ClusterIdentity(String, String, String, IDictionary<String,UserAssignedIdentity>)

Initializes a new instance of the ClusterIdentity class.

Properties

PrincipalId

Gets the principal id of cluster identity. This property will only be provided for a system assigned identity.

TenantId

Gets the tenant id associated with the cluster. This property will only be provided for a system assigned identity.

Type

Gets or sets the type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'

UserAssignedIdentities

Gets or sets the list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Applies to