Condividi tramite


ManagedClusterIdentityOutput interface

Identità per il cluster gestito.

Proprietà

principalId

ID principale dell'identità assegnata dal sistema usata dai componenti master.

tenantId

ID tenant dell'identità assegnata dal sistema usata dai componenti master.

type

Per altre informazioni, vedere usare le identità gestite nel servizio Azure Kubernetes.

userAssignedIdentities

Le chiavi devono essere ID risorsa ARM nel formato :'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Dettagli proprietà

principalId

ID principale dell'identità assegnata dal sistema usata dai componenti master.

principalId?: string

Valore della proprietà

string

tenantId

ID tenant dell'identità assegnata dal sistema usata dai componenti master.

tenantId?: string

Valore della proprietà

string

type

Per altre informazioni, vedere usare le identità gestite nel servizio Azure Kubernetes.

type?: "SystemAssigned" | "UserAssigned" | "None"

Valore della proprietà

"SystemAssigned" | "UserAssigned" | "None"

userAssignedIdentities

Le chiavi devono essere ID risorsa ARM nel formato :'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

userAssignedIdentities?: Record<string, ManagedServiceIdentityUserAssignedIdentitiesValueOutput>

Valore della proprietà