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.
- # The CATEGORY_UNSPECIFIED category represents an unspecified category.
- # The DATA_SAFETY_SCORE category represents the combined score for all
- # categories.
- # The RECOVERABILITY_STATUS category deals with job status, meeting SLAs,
- # etc.
- # The SECURITY_CONFIG category deals with the safety of configurations such
- # as permissions, key management, audit logs, etc.
- # The SENSITIVE_DATA category deals with policy violations, content flagging,
- # etc.
- # The SUSPICIOUS_USER_ACTIVITY category deals with suspicious user activity.
- }