UserIdentityProperties Class
UserIdentityProperties.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelUserIdentityProperties
Constructor
UserIdentityProperties(*, principal_id: str | None = None, client_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
principal_id
|
The principal id of user assigned identity. |
client_id
|
The client id of user assigned identity. |
Variables
Name | Description |
---|---|
principal_id
|
The principal id of user assigned identity. |
client_id
|
The client id of user assigned identity. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python