OBJECT
KmsSpec
Description
Parameters to build KMS.
link GraphQL Schema definition
- type KmsSpec {
- # The cloud type. The allowed values are PUBLIC and USGOV.
- O365AzureCloudType! :
- # The tenant hosting the Azure Key Vault.
- String! :
- # The complete ID of the Azure Key Vault.
- String! :
- # The ID of the client app.
- String! :
- # The secret of the client app. Deprecated and will be removed soon.
- String! :
- # The key encryption key (KeK) name.
- String! :
- # The key encryption key (KeK) name for Colossus.
- String! :
- }