Condividi tramite


IdentityProperties interface

Identità gestita per la risorsa.

Proprietà

principalId

ID principale dell'identità della risorsa.

tenantId

ID tenant della risorsa.

type

Tipo di identità.

userAssignedIdentities

Elenco di identità utente associate alla risorsa. I riferimenti alla chiave del dizionario delle identità utente saranno id risorsa ARM nel formato :'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Dettagli proprietà

principalId

ID principale dell'identità della risorsa.

principalId?: string

Valore della proprietà

string

tenantId

ID tenant della risorsa.

tenantId?: string

Valore della proprietà

string

type

Tipo di identità.

type?: ResourceIdentityType

Valore della proprietà

userAssignedIdentities

Elenco di identità utente associate alla risorsa. I riferimenti alla chiave del dizionario delle identità utente saranno id risorsa ARM nel formato :'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

userAssignedIdentities?: Record<string, UserIdentityProperties>

Valore della proprietà

Record<string, UserIdentityProperties>