ResourceIdentity Class

The managed identity of a resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
ResourceIdentity

Constructor

ResourceIdentity(*, type: Union[str, _models.ResourceIdentityType], **kwargs)

Variables

type
str or ResourceIdentityType

Required. String of the resource identity type. Known values are: "None", "SystemAssigned".

principal_id
str

GUID that represents the principal ID of this resource identity.

tenant_id
str

GUID that represents the tenant ID of this resource identity.