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.
- String :
- # Name of the customer-managed key.
- String :
- # Region of the key vault.
- AzureRegion :
- }