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.ModelResourceIdentity
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
|
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: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned". |
Keyword-Only Parameters
Name | Description |
---|---|
user_assigned_identities
Required
|
|
type
Required
|
|
Variables
Name | Description |
---|---|
principal_id
|
The Azure Active Directory principal id. |
tenant_id
|
The Azure Active Directory tenant id. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python