INPUT_OBJECT
KmsSpecInput
Description
Azure KMS configuration, excluding the app secret.
link GraphQL Schema definition
- input KmsSpecInput {
- # 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 :
- }