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.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelBatchAccountIdentity
Constructor
BatchAccountIdentity(*, type: str | _models.ResourceIdentityType, user_assigned_identities: Dict[str, _models.UserAssignedIdentities] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
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. |
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. |
Azure SDK for Python