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 Azure.
- Inheritance
-
BatchAccountIdentity
Constructor
BatchAccountIdentity(*, type: Union[str, azure.mgmt.batch.models._batch_management_client_enums.ResourceIdentityType], user_assigned_identities: Optional[Dict[str, azure.mgmt.batch.models._models_py3.UserAssignedIdentities]] = None, **kwargs)
Variables
- principal_id
- str
The principal id of the Batch account. This property will only be provided for a system assigned identity.
- tenant_id
- str
The tenant id associated with the Batch account. This property will only be provided for a system assigned identity.
- type
- str or ResourceIdentityType
Required. The type of identity used for the Batch account. Possible values include: "SystemAssigned", "UserAssigned", "None".
- user_assigned_identities
- dict[str, UserAssignedIdentities]
The list of user identities associated with the Batch account.
Feedback
Submit and view feedback for