INPUT_OBJECT
AddAzureCloudAccountUserAssignedManagedIdentityInput
Description
Input to specify the details of the user-assigned managed identity to be used for CLOUD_NATIVE_ARCHIVAL_ENCRYPTION feature.
link GraphQL Schema definition
- input AddAzureCloudAccountUserAssignedManagedIdentityInput {
- # The name of the managed identity.
- String! :
- # The name of the resource group of the managed identity.
- String! :
- # The ID of the service principal object associated with the managed identity.
- String! :
- # The region of the managed identity.
- AzureCloudAccountRegion! :
- }