INPUT_OBJECT

FindingResubmitSuppressionInput

link GraphQL Schema definition

  • input FindingResubmitSuppressionInput {
  • # Auto approve the request
  • approve: Boolean
  • # Updated suppression context
  • context: FindingSuppressionContext
  • # Updated criteria
  • criteria: [FindingCriterionInput!]
  • # Days until suppression will remain active
  • durationDays: Int
  • # The updated expiration time. Valid only if the requested
  • # action is to extend the expiration, otherwise ignored.
  • # If set to "null" and approve the changes, suppression wouldn't expire.
  • expiration: Date
  • # Cloud accounts IDs that are included
  • managementEndpointId: [String!]
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # Project IDs that are included
  • projectId: [EntityId!]
  • # Suppression reason
  • reason: String!
  • # User info about creator of the request.
  • requesterInfo: FindingUserInfoInput!
  • # Unique identifier of the suppression
  • suppressionId: String!
  • }