ENUM

TargetEncryptionTypeEnum

Description

Encryption type for data in target location.

link GraphQL Schema definition

  • enum TargetEncryptionTypeEnum {
  • # Password based encryption.
  • ENCRYPTION_PASSWORD_BASED
  • # KMS Master Key ID based encryption.
  • KMS_MASTER_KEY_BASED
  • # RSA Key based encryption.
  • RSA_KEY_BASED
  • # Unknown encryption type.
  • UNKNOWN_ENCRYPTION_TYPE
  • }