INPUT_OBJECT

UemKmsSpecInput

Description

Configuration for Unified Encryption Management Azure KMS.

link GraphQL Schema definition

  • input UemKmsSpecInput {
  • # Name of the key inside the KMS.
  • kmsKeyName: String!
  • # Version of the key inside the KMS.
  • kmsKeyVersion: String
  • # KMS UUID of the KMS.
  • uemKmsId: UUID!
  • }