PSManagedClusterIdentity.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)