Package version:

Identity of the Extension resource in an AKS cluster

interface ExtensionPropertiesAksAssignedIdentity {
    principalId?: string;
    tenantId?: string;
    type?: AKSIdentityType;
}

Properties

principalId?: string

The principal ID of resource identity. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

The tenant ID of resource. NOTE: This property will not be serialized. It can only be populated by the server.

The identity type.