IdentityProperties Class

Managed identity for the resource.

Inheritance
IdentityProperties

Constructor

IdentityProperties(*, principal_id: Optional[str] = None, tenant_id: Optional[str] = None, type: Optional[Union[str, azure.mgmt.containerregistry.v2019_12_01_preview.models._container_registry_management_client_enums.ResourceIdentityType]] = None, user_assigned_identities: Optional[Dict[str, azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.UserIdentityProperties]] = None, **kwargs)

Variables

principal_id
str

The principal ID of resource identity.

tenant_id
str

The tenant ID of resource.

type
str or ResourceIdentityType

The identity type. Possible values include: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.containerregistry.v2019_12_01_preview.models.UserIdentityProperties>]

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/

providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.