INPUT_OBJECT

SonarContentReportFilter

Description

Parameters to filter reports.

link GraphQL Schema definition

  • input SonarContentReportFilter {
  • # Search keyword to filter reports.
  • search: String
  • # List of policies to filter reports.
  • policyIds: [String!]
  • # List of CDM clusters to filter report.
  • clusterIds: [String!]
  • # Flag to hide or show allowed hits in report.
  • applyWhitelists: Boolean
  • # List of M365 subscriptions to filter reports.
  • subscriptionIds: [String!]
  • objectTypes: [HierarchyObjectTypeEnum!]!
  • }

link Require by