INPUT_OBJECT
SecurityCreateSuppressionInput
link GraphQL Schema definition
- input SecurityCreateSuppressionInput {
- # Suppression context
- SecurityContext! :
- # Suppression criteria
- SecurityCriterionInput!] : [
- # Days until suppression will remain active
- Int :
- # 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
- SecurityUserInfoInput! :
- # Review contains information about the user, that reviewed the suppression
- # request
- SecurityUserInfoInput :
- # Suppression status and review comment
- SecuritySuppressionStatusInput :
- # Suppression type
- SecuritySuppressionType :
- # Describes an update request on an active suppression
- SecuritySuppressionRequestInput :
- }