INPUT_OBJECT
FindingCreateSuppressionInput
link GraphQL Schema definition
- input FindingCreateSuppressionInput {
- # Auto approve the request
- Boolean :
- # Suppression context
- FindingSuppressionContext! :
- # Suppression criteria
- # Note: only supports types CLOUD_TAG, ENTITY_NAME, ENTITY_ID, COLLECTOR_ID,
- # ENVIRONMENT, REGION and RULE_ID
- 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!] : [
- # 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 :
- # Suppression type
- FindingSuppressionType! :
- }