KeyEncryptionKeyIdentity Class
KeyEncryptionKeyIdentity.
Constructor
KeyEncryptionKeyIdentity(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The type of managed identity used. Only UserAssigned or SystemAssigned Identity are supported. Required. Known values are: "SystemAssigned" and "UserAssigned". |
|
user_assigned_identity_resource_id
|
Azure Resource fully qualified Id for the user-assigned identity associated with the resource. The resource Id takes the following format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
Attributes
type
The type of managed identity used. Only UserAssigned or SystemAssigned Identity are supported. Required. Known values are: "SystemAssigned" and "UserAssigned".
type: str | _models.KeyEncryptionIdentityType
user_assigned_identity_resource_id
Azure Resource fully qualified Id for the user-assigned identity associated with the resource. The resource Id takes the following format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
user_assigned_identity_resource_id: str | None