OBJECT
CustomReportFilters
Description
Filter configs for a report.
link GraphQL Schema definition
- type CustomReportFilters {
- # List of activity object types to filter on.
- : [ActivityObjectTypeEnum!]
- # List of clusters to filter on.
- : [Cluster!]
- : [String!]
- # List of cluster types to filter on.
- : [ClusterTypeEnum!]
- : [ComplianceStatusEnum!]
- # The date for the report.
- : DateTime
- : [FailoverStatusEnum!]
- : FailoverTypeEnum
- # Anomalous value to filter data on.
- : Boolean
- # List of activity statuses to filter on.
- : [ActivityStatusEnum!]
- # List of activity types to filter on.
- : [ActivityTypeEnum!]
- # List of managed ids to filter data on.
- : [String!]
- # List of snappable types to filter on.
- : [ObjectTypeEnum!]
- # List of organization IDs to filter on.
- : [String!]
- # List of policy IDs to filter on.
- : [String!]
- : [ProtectionStatusEnum!]
- : [String!]
- : String
- # Whether to apply whitelists for the report.
- : Boolean!
- : [SlaDomain!]
- # The time range for SLA Domain compliance report.
- : SlaComplianceTimeRange
- : [HierarchyObjectTypeEnum!]
- : [String!]
- : [String!]
- : [String!]
- : [String!]
- : [String!]
- # Start and end time range to filter data on.
- : GenericTimeRange
- # List of object types to filter on for Audits.
- : [UserAuditObjectTypeEnum!]
- # List of user audit status to filter on.
- : [UserAuditStatusEnum!]
- # List of user audit types to filter on.
- : [UserAuditTypeEnum!]
- }