ENUM

ClusterKeyProtection

Description

The key protection type used for the rotation.

link GraphQL Schema definition

  • enum ClusterKeyProtection {
  • # Unspecified.
  • CLUSTER_KEY_PROTECTION_UNSPECIFIED
  • # Default.
  • DEFAULT
  • # KMIP.
  • KMIP
  • # Password.
  • PASSWORD
  • # TPM.
  • TPM
  • }