INPUT_OBJECT
ValidateAndSaveCustomerKmsInfoInput
Description
Configuration to validate and save the customer's Azure KMS.
link GraphQL Schema definition
- input ValidateAndSaveCustomerKmsInfoInput {
- # The secret of the client app.
- : String!
- # Azure KMS configuration, excluding the app secret.
- : KmsSpecInput
- }