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.

Inheritance
msrest.serialization.Model
ResourceIdentity

Constructor

ResourceIdentity(*, user_assigned_identities: Dict[str, UserIdentity] | None = None, type: str | IdentityType | None = None, **kwargs)

Parameters

Name Description
user_assigned_identities
Required

The resource ids of the user assigned identities to use.

type
Required

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: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned".

Keyword-Only Parameters

Name Description
user_assigned_identities
Required
type
Required

Variables

Name Description
principal_id
str

The Azure Active Directory principal id.

tenant_id
str

The Azure Active Directory tenant id.