ENUM

ReportCategory

Description

ReportCategory is the functional category of a report.

link GraphQL Schema definition

  • enum ReportCategory {
  • # Reports for audit trails, compliance monitoring, and regulatory
  • # requirements.
  • AUDIT_AND_COMPLIANCE
  • # Reports focused on storage, resource utilization, and capacity planning.
  • CAPACITY_MANAGEMENT
  • # Reports related to system health metrics and performance monitoring.
  • HEALTH_AND_PERFORMANCE
  • # Reports that don't fit into the above categories.
  • OTHERS
  • # Unspecified report category.
  • REPORT_CATEGORY_UNSPECIFIED
  • # Reports related to user activity, organization structure, and access
  • # management.
  • USERS_AND_ORG_MANAGEMENT
  • }