BatchAccountIdentity interface
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.
Properties
principal |
The principal id of the Batch account. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant id associated with the Batch account. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of identity used for the Batch account. |
user |
The list of user identities associated with the Batch account. |
Property Details
principalId
The principal id of the Batch account. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The tenant id associated with the Batch account. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The type of identity used for the Batch account.
type: ResourceIdentityType
Property Value
userAssignedIdentities
The list of user identities associated with the Batch account.
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentities}
Property Value
{[propertyName: string]: UserAssignedIdentities}