UserIdentityProperties Class
UserIdentityProperties.
Constructor
UserIdentityProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
principal_id
|
The principal id of user assigned identity. |
|
client_id
|
The client id of user assigned identity. |
Attributes
client_id
The client id of user assigned identity.
client_id: str | None
principal_id
The principal id of user assigned identity.
principal_id: str | None