INPUT_OBJECT
FindingResubmitSuppressionInput
link GraphQL Schema definition
- input FindingResubmitSuppressionInput {
- # Auto approve the request
- Boolean :
- # Updated suppression context
- FindingSuppressionContext :
- # Updated criteria
- FindingCriterionInput!] : [
- # Days until suppression will remain active
- 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.
- Date :
- # Cloud accounts IDs that are included
- String!] : [
- # Opaque version string for this graph node instance
- ID! :
- # Project IDs that are included
- EntityId!] : [
- # Suppression reason
- String! :
- # User info about creator of the request.
- FindingUserInfoInput! :
- # Unique identifier of the suppression
- String! :
- }