UserAssignedIdentity Class
User Assigned identity.
Constructor
UserAssignedIdentity(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
principal_id
|
Principal Id of user assigned identity. |
|
client_id
|
Client Id of user assigned identity. |
Attributes
client_id
Client Id of user assigned identity.
client_id: str | None
principal_id
Principal Id of user assigned identity.
principal_id: str | None