OBJECT

KmsSpec

Description

Parameters to build KMS.

link GraphQL Schema definition

  • type KmsSpec {
  • # The cloud type. The allowed values are PUBLIC and USGOV.
  • cloudType: O365AzureCloudType!
  • # The tenant hosting the Azure Key Vault.
  • tenantId: String!
  • # The complete ID of the Azure Key Vault.
  • kmsId: String!
  • # The ID of the client app.
  • appId: String!
  • # The secret of the client app. Deprecated and will be removed soon.
  • appSecret: String!
  • # The key encryption key (KeK) name.
  • keyName: String!
  • # The key encryption key (KeK) name for Colossus.
  • kekNameColossus: String!
  • }