ENUM

ComplianceDuration

Description

All valid compliance ranges in the reporting table.

link GraphQL Schema definition

  • enum ComplianceDuration {
  • # Filter for compliance range is unspecified.
  • COMPLIANCE_DURATION_UNSPECIFIED
  • # Filters data for the past 12 months.
  • LAST_12_MONTHS
  • # Filters data for the past 24 hours.
  • LAST_24_HOURS
  • # Filters data for the past 30 days.
  • LAST_30_DAYS
  • # Filters data for the past 7 days.
  • LAST_7_DAYS
  • # Filters data for the past 90 days.
  • LAST_90_DAYS
  • # Filters data from the start of object protection.
  • START_OF_PROTECTION
  • }