ENUM

ReportRoom

Description

ReportRoom is the room of a report, which in turn decides the schema configuration and the data of the report.

link GraphQL Schema definition

  • enum ReportRoom {
  • # Data Security Posture Management reports.
  • REPORT_ROOM_DSPM
  • # Identity Resiliency reports.
  • REPORT_ROOM_IR
  • # Reports that are not limited to an application in RSC.
  • REPORT_ROOM_NONE
  • # Reports for SaaS workloads.
  • REPORT_ROOM_SAAS
  • }