INPUT_OBJECT

AzureEncryptionKeysInput

Description

Input for getting Encryption Keys in an Azure Key Vault.

link GraphQL Schema definition

  • input AzureEncryptionKeysInput {
  • # The Rubrik ID of the cloud account.
  • cloudAccountId: UUID!
  • # Name of the Key Vault for which encryption keys are to be retrieved.
  • keyVaultName: String!
  • # Name of Azure Resource Group of the Key Vault.
  • resourceGroupName: String!
  • }

link Require by