ENUM

ScanResultCategory

Description

Category of scan result for error classification.

link GraphQL Schema definition

  • enum ScanResultCategory {
  • # Error: User action is required to resolve the issue.
  • ERROR_ACTION_REQUIRED
  • # Error: Contact support for assistance.
  • ERROR_CONTACT_SUPPORT
  • # Error: Object type is not supported for scanning.
  • ERROR_UNSUPPORTED_OBJECT
  • # Scan is pending or in progress.
  • PENDING
  • # Unspecified scan result category.
  • SCAN_RESULT_CATEGORY_UNSPECIFIED
  • # Scan completed successfully.
  • SUCCESS
  • }