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.
  • name: String!
  • # The name of the resource group of the managed identity.
  • resourceGroupName: String!
  • # The ID of the service principal object associated with the managed identity.
  • principalId: String!
  • # The region of the managed identity.
  • region: AzureCloudAccountRegion!
  • }