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)
Parameters
Name | Description |
---|---|
type
Required
|
str or
IdentityType
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". |
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Default value: None
|