INPUT_OBJECT

FindingPatchSuppressionInput

link GraphQL Schema definition

  • input FindingPatchSuppressionInput {
  • # Auto approve the request
  • approve: Boolean
  • # Suppression context
  • context: FindingSuppressionContext
  • # Suppression criteria
  • criteria: [FindingCriterionInput!]
  • # Days until suppression will remain active
  • durationDays: Int
  • # Entity id for suppression of type Single
  • entityId: String
  • # Date the suppression will expire
  • expiration: Date
  • # Cloud accounts ID(s) that are included
  • managementEndpointId: [String!]
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # Project id(s) that are included
  • projectId: [EntityId!]
  • # Suppression reason
  • reason: String
  • # User info about creator of the suppression
  • requesterInfo: FindingUserInfoInput
  • # Rule id for suppression of type Single
  • ruleId: String
  • # Unique identifier of the suppression
  • suppressionId: String!
  • # Suppression type
  • type: FindingSuppressionType
  • }