UserAssignedManagedIdentity Class

Represent a user-assigned managed identity.

Depends on the id you provided, the outcome is equivalent to one of the below:


   {"ManagedIdentityIdType": "ClientId", "Id": "foo"}
   {"ManagedIdentityIdType": "ResourceId", "Id": "foo"}
   {"ManagedIdentityIdType": "ObjectId", "Id": "foo"}
Inheritance
UserAssignedManagedIdentity

Constructor

UserAssignedManagedIdentity(*, client_id=None, resource_id=None, object_id=None)

Keyword-Only Parameters

Name Description
client_id
Required
resource_id
Required
object_id
Required