ENUM

ReportRoomType

Description

The room of a report, which in turn decides the schema configuration and the data of the report. ReportRoom is known as ReportRoomType in GQL.

link GraphQL Schema definition

  • enum ReportRoomType {
  • # Data Threat Analytics reports.
  • DATA_THREAT_ANALYTICS
  • # 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
  • }