INPUT_OBJECT

AzureCmkInput

Description

Information about the customer-managed key and key vault for a region.

link GraphQL Schema definition

  • input AzureCmkInput {
  • # Name of the key vault.
  • keyVaultName: String
  • # Name of the customer-managed key.
  • keyName: String
  • # Region of the key vault.
  • region: AzureRegion
  • }