INPUT_OBJECT

AzureKeyVaultsInput

Description

Input for getting Azure Key Vaults in a region.

link GraphQL Schema definition

  • input AzureKeyVaultsInput {
  • # The Rubrik ID of the cloud account.
  • cloudAccountId: UUID!
  • # Region for which Key Vaults are to be retrieved.
  • region: AzureRegion!
  • # The Principal ID of the user assigned managed identity.
  • userAssignedManagedIdentityPrincipalId: UUID
  • }

link Require by