INPUT_OBJECT
FindingChangeSuppressionInput
link GraphQL Schema definition
- input FindingChangeSuppressionInput {
- # The type of the request action
- FindingSuppressionChangeAction! :
- # Auto approve the request
- Boolean :
- # Updated suppression context
- FindingSuppressionContext :
- # Updated criteria
- FindingCriterionInput!] : [
- # Days until suppression will remain active
- Int :
- # The updated expiration date. 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! :
- }