BatchAccountIdentity Class
The identity of the Batch account, if configured. This is used when the user specifies
'Microsoft.KeyVault' as their Batch account encryption configuration or when
ManagedIdentity is selected as the auto-storage authentication mode.
Constructor
BatchAccountIdentity(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
principal_id
|
The principal id of the Batch account. This property will only be provided for a system assigned identity. |
|
tenant_id
|
The tenant id associated with the Batch account. This property will only be provided for a system assigned identity. |
|
type
|
The type of identity used for the Batch account. Required. Known values are: "SystemAssigned", "UserAssigned", and "None". |
|
user_assigned_identities
|
The list of user identities associated with the Batch account. |
Attributes
principal_id
The principal id of the Batch account. This property will only be provided for a system assigned identity.
principal_id: str | None
tenant_id
The tenant id associated with the Batch account. This property will only be provided for a system assigned identity.
tenant_id: str | None
type
The type of identity used for the Batch account. Required. Known values are: "SystemAssigned", "UserAssigned", and "None".
type: str | _models.ResourceIdentityType
user_assigned_identities
The list of user identities associated with the Batch account.
user_assigned_identities: dict[str, '_models.UserAssignedIdentities'] | None