Compartilhar via


UserIdentityProperties Class

UserIdentityProperties.

Inheritance
azure.mgmt.containerregistry._serialization.Model
UserIdentityProperties

Constructor

UserIdentityProperties(*, principal_id: str | None = None, client_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
principal_id
str

The principal id of user assigned identity.

client_id
str

The client id of user assigned identity.

Variables

Name Description
principal_id
str

The principal id of user assigned identity.

client_id
str

The client id of user assigned identity.