ENUM

EncryptionType

Description

Encryption type for the data location.

link GraphQL Schema definition

  • enum EncryptionType {
  • # Bring Your Own Key (BYOK) encryption.
  • ENCRYPTION_TYPE_BYOK
  • # Rubrik-managed encryption.
  • ENCRYPTION_TYPE_RUBRIK
  • }