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