PSManagedClusterIdentity Class

Definition

Identity for the managed cluster.

public class PSManagedClusterIdentity
type PSManagedClusterIdentity = class
Public Class PSManagedClusterIdentity
Inheritance
PSManagedClusterIdentity

Constructors

PSManagedClusterIdentity()

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 the type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead. Possible values include: 'SystemAssigned', 'None', 'UserAssigned'

UserAssignedIdentities

Gets or sets the user identity associated with the managed cluster. This identity will be used in control plane. Only one user assigned identity is allowed.

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

Applies to