ManagedClusterIdentity Class
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.
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}'. |