INPUT_OBJECT

FindingSuppressionsFilterInput

link GraphQL Schema definition

  • input FindingSuppressionsFilterInput {
  • # Filter by creation date and time
  • creationTime: QueryTimeRangeFilter
  • # Generic Filter for more advanced filtering
  • # Note: Either the discrete filters above should be used or this.
  • filter: [QueryFilter!]
  • # Filter by last update date and time
  • lastUpdateTime: QueryTimeRangeFilter
  • # Filter by a given list of management endpoint IDs or public cloud account
  • managementEndpointId: [String!]
  • # Filter by project ID
  • projectId: [EntityId!]
  • # Filter by suppression status
  • status: [FindingSuppressionStatusValue!]
  • # Filter by suppression ID, only single ID is supported
  • suppressionId: [String!]
  • # Filter by suppression type
  • type: [FindingSuppressionType!]
  • }