ENUM

DhrcCategory

Description

Category is used to categorize scores and recommendations. Note that the values are stored in a database and hence cannot be changed.

link GraphQL Schema definition

  • enum DhrcCategory {
  • # The ANOMALIES_DETECTED category deals with objects flagged by the Radar
  • # component.
  • ANOMALIES_DETECTED
  • # The CATEGORY_UNSPECIFIED category represents an unspecified category.
  • CATEGORY_UNSPECIFIED
  • # The DATA_SAFETY_SCORE category represents the combined score for all
  • # categories.
  • DATA_SAFETY_SCORE
  • # The RECOVERABILITY_STATUS category deals with job status, meeting SLAs,
  • # etc.
  • RECOVERABILITY_STATUS
  • # The SECURITY_CONFIG category deals with the safety of configurations such
  • # as permissions, key management, audit logs, etc.
  • SECURITY_CONFIG
  • # The SENSITIVE_DATA category deals with policy violations, content flagging,
  • # etc.
  • SENSITIVE_DATA
  • # The SUSPICIOUS_USER_ACTIVITY category deals with suspicious user activity.
  • SUSPICIOUS_USER_ACTIVITY
  • }