ManagedClusterIdentity Class

Definition

Identity for the managed cluster.

public class ManagedClusterIdentity
type ManagedClusterIdentity = class
Public Class ManagedClusterIdentity
Inheritance
ManagedClusterIdentity

Constructors

ManagedClusterIdentity()

Initializes a new instance of the ManagedClusterIdentity class.

ManagedClusterIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>)

Initializes a new instance of the ManagedClusterIdentity class.

Properties

PrincipalId

Gets the principal id of the system assigned identity which is used by master components.

TenantId

Gets the tenant id of the system assigned identity which is used by master components.

Type

Gets or sets for more information see use managed identities in AKS. Possible values include: 'SystemAssigned', 'UserAssigned', 'None'

UserAssignedIdentities

Gets or sets the keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Applies to