ENUM

AuditType

Description

Represents audit types.

link GraphQL Schema definition

  • enum AuditType {
  • # Access management audit.
  • ACCESS_MANAGEMENT
  • # Anomaly audit.
  • ANOMALY
  • # Audit.
  • AUDIT
  • # Unspecified audit type.
  • AUDIT_TYPE_UNSPECIFIED
  • # Backup audit.
  • BACKUP
  • # Bulk recovery audit.
  • BULK_RECOVERY
  • # Classification audit.
  • CLASSIFICATION
  • # Configuration audit.
  • CONFIGURATION
  • # Diagnostic audit.
  • DIAGNOSTIC
  • # Download audit.
  • DOWNLOAD
  • # Encryption management audit.
  • ENCRYPTION_MANAGEMENT_OPERATION
  • # Failover audit.
  • FAILOVER
  • # File download audit.
  • FILE_DOWNLOAD
  • # Index audit.
  • INDEX
  • # Isolated recovery audit.
  • ISOLATED_RECOVERY
  • # Legal hold audit.
  • LEGAL_HOLD
  • # Local recovery audit.
  • LOCAL_RECOVERY
  • # Login audit.
  • LOGIN
  • # Quarantine audit.
  • QUARANTINE
  • # Recovery audit.
  • RECOVERY
  • # Orchestrated Application Recovery schedule audit.
  • RECOVERY_SCHEDULE
  • # AI confirmation audit.
  • RUBY_AI
  • # Search audit.
  • SEARCH
  • # SLA Domain assignment audit.
  • SLA_ASSIGNMENT
  • # SLA Domain modification audit.
  • SLA_MODIFICATION
  • # Sync audit.
  • SYNC
  • # Threat feed audit object.
  • THREAT_FEED
  • # Threat hunt audit.
  • THREAT_HUNT
  • # Two-person rule audits.
  • TPR
  • }