ENUM

PolarisReportViewType

Description

PolarisReportViewType is the template type for a report.

link GraphQL Schema definition

  • enum PolarisReportViewType {
  • # Anomaly report (ransomware monitoring).
  • ANOMALY_REPORT
  • # Audit report.
  • AUDIT_REPORT
  • # Backup Strikes report.
  • BACKUP_STRIKES_REPORT
  • # Compliance report.
  • COMPLIANCE_REPORT
  • # Events report.
  • EVENTS_REPORT
  • # Failover report.
  • FAILOVER_REPORT
  • # Identity Risks report.
  • IDENTITY_RISKS_REPORT
  • # Indexing report.
  • INDEXING_REPORT
  • # Infrastructure report.
  • INFRASTRUCTURE_REPORT
  • # Object audit report.
  • OBJECT_AUDIT_REPORT
  • # Object backup task summary report.
  • OBJECT_BACKUP_TASK_SUMMARY_REPORT
  • # Object capacity over time report.
  • OBJECT_CAPACITY_OVERTIME_REPORT
  • # Object capacity report.
  • OBJECT_CAPACITY_REPORT
  • # Protection report.
  • PROTECTION_REPORT
  • # Protection tasks detail report.
  • PROTECTION_TASKS_DETAIL_REPORT
  • # Two Person Rule (TPR)-based report: QAuth objects report.
  • QAUTH_OBJECTS_REPORT
  • # Two Person Rule (TPR)-based report: QAuth roles report.
  • QAUTH_ROLES_REPORT
  • # Ransomware investigation.
  • RADAR_REPORT
  • # Recovery tasks detail report.
  • RECOVERY_TASKS_DETAIL_REPORT
  • # Report view type is unspecified.
  • REPORT_UNSPECIFIED
  • # Role report.
  • ROLE_REPORT
  • # Service account report.
  • SERVICE_ACCOUNT_REPORT
  • # SLA audit report.
  • SLA_AUDIT_REPORT
  • # Sensitive data discovery details.
  • SONAR_CONTENT
  • # Sensitive data discovery.
  • SONAR_REPORT
  • # SSO groups report.
  • SSO_GROUP_REPORT
  • # Task summary report.
  • TASK_SUMMARY_REPORT
  • # Threat monitoring report.
  • THREAT_MONITORING_REPORT
  • # User report.
  • USER_REPORT
  • }