Package version:

Interface AksClusterProfileAksClusterAgentPoolIdentityProfile

Identity properties of the AKS cluster agentpool MSI

interface AksClusterProfileAksClusterAgentPoolIdentityProfile {
    msiClientId: string;
    msiObjectId: string;
    msiResourceId: string;
}

Hierarchy (view full)

Properties

msiClientId: string

ClientId of the MSI.

msiObjectId: string

ObjectId of the MSI.

msiResourceId: string

ResourceId of the MSI.