INPUT_OBJECT
FindingPatchSuppressionInput
link GraphQL Schema definition
- input FindingPatchSuppressionInput {
- # Auto approve the request
- Boolean :
- # Suppression context
- FindingSuppressionContext :
- # Suppression criteria
- FindingCriterionInput!] : [
- # Days until suppression will remain active
- Int :
- # Entity id for suppression of type Single
- String :
- # Date the suppression will expire
- Date :
- # Cloud accounts ID(s) that are included
- String!] : [
- # Opaque version string for this graph node instance
- ID! :
- # Project id(s) that are included
- EntityId!] : [
- # Suppression reason
- String :
- # User info about creator of the suppression
- FindingUserInfoInput :
- # Rule id for suppression of type Single
- String :
- # Unique identifier of the suppression
- String! :
- # Suppression type
- FindingSuppressionType :
- }