PSManagedClusterIdentity.Type Property

Definition

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'

public Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType? Type { get; set; }
member this.Type : Nullable<Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType> with get, set
Public Property Type As Nullable(Of PSResourceIdentityType)

Property Value

Applies to