Share via


ResourceIdentity Class

Azure Active Directory identity configuration for a resource.

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

Constructor

ResourceIdentity(*, type: str | IdentityType | None = None, **kwargs)

Keyword-Only Parameters

Name Description
type

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: "SystemAssigned".

Default value: None

Variables

Name Description
principal_id
str

The Azure Active Directory principal id.

type

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: "SystemAssigned".

tenant_id
str

The Azure Active Directory tenant id.