INPUT_OBJECT
Input for getting Encryption Keys in an Azure Key Vault.
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!}