Udostępnij za pośrednictwem


Identity Klasa

Tożsamość zasobu.

Zmienne są wypełniane tylko przez serwer i będą ignorowane podczas wysyłania żądania.

Dziedziczenie
azure.mgmt.resource.resources._serialization.Model
Identity

Konstruktor

Identity(*, type: str | _models.ResourceIdentityType | None = None, user_assigned_identities: Dict[str, _models.IdentityUserAssignedIdentitiesValue] | None = None, **kwargs)

Zmienne

principal_id
str

Identyfikator podmiotu zabezpieczeń tożsamości zasobu.

tenant_id
str

Identyfikator dzierżawy zasobu.

type
str lub ResourceIdentityType

Typ tożsamości. Znane wartości to: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned" i "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.resource.resources.v2022_09_01.models.IdentityUserAssignedIdentitiesValue>]

Lista tożsamości użytkowników skojarzonych z zasobem. Odwołania do klucza słownika tożsamości użytkownika będą identyfikatorami zasobów usługi ARM w postaci: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft. ManagedIdentity/userAssignedIdentities/{identityName}".