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 snappable types to filter on.
- ObjectTypeEnum!] : [
- # List of activity statuses to filter on.
- ActivityStatusEnum!] : [
- # List of activity types to filter on.
- ActivityTypeEnum!] : [
- # List of cluster types to filter on.
- ClusterTypeEnum!] : [
- # List of clusters to filter on.
- Cluster!] : [
- # Start and end time range to filter data on.
- GenericTimeRange :
- # The time range for SLA Domain compliance report.
- SlaComplianceTimeRange :
- # List of organization IDs to filter on.
- String!] : [
- # List of managed ids to filter data on.
- String!] : [
- # Anomalous value to filter data on.
- Boolean :
- String :
- ComplianceStatusEnum!] : [
- ProtectionStatusEnum!] : [
- FailoverStatusEnum!] : [
- FailoverTypeEnum :
- String!] : [
- String!] : [
- # List of object types to filter on for Audits.
- UserAuditObjectTypeEnum!] : [
- # List of user audit types to filter on.
- UserAuditTypeEnum!] : [
- # List of user audit status to filter on.
- UserAuditStatusEnum!] : [
- String!] : [
- String!] : [
- String!] : [
- String!] : [
- String!] : [
- # List of policy IDs to filter on.
- String!] : [
- HierarchyObjectTypeEnum!] : [
- # Whether to apply whitelists for the report.
- Boolean! :
- # The date for the report.
- DateTime :
- SlaDomain!] : [
- }