ENUM

Encryption

Description

Encryption represents the encryption status of the asset.

link GraphQL Schema definition

  • enum Encryption {
  • # Not enabled status.
  • ENCRYPTION_DISABLED
  • # Enabled status.
  • ENCRYPTION_ENABLED
  • # Unknown status.
  • ENCRYPTION_UNSPECIFIED
  • }