ENUM

EncryptionLevel

Description

Level of encryption detected.

link GraphQL Schema definition

  • enum EncryptionLevel {
  • # High level of encryption.
  • HIGH
  • # Low level of encryption.
  • LOW
  • # Medium level of encryption.
  • MEDIUM
  • # Encryption level is unavailable.
  • UNAVAILABLE
  • }