IdentityInfo Class
The identity information for the resource.
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- Inheritance
-
msrest.serialization.ModelIdentityInfo
Constructor
IdentityInfo(*, type: str | IdentityType | None = None, principal_id: str | None = None, tenant_id: str | None = None, user_assigned_identities: Dict[str, UserIdentityProperties] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
IdentityType
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. Possible values include: "None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned". |
principal_id
|
The principal ID of resource identity. |
tenant_id
|
The tenant ID of resource. |
user_assigned_identities
|
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: |
Variables
Name | Description |
---|---|
type
|
str or
IdentityType
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. Possible values include: "None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned". |
principal_id
|
The principal ID of resource identity. |
tenant_id
|
The tenant ID of resource. |
user_assigned_identities
|
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: |
Azure SDK for Python