OBJECT
FindingSuppression
Describe a finding suppression
link GraphQL Schema definition
- type FindingSuppression implements Node, NodeVersion {
- # Describes a change request on an active suppression
- FindingSuppressionChange :
- # Reviewer comment.
- String :
- # Suppression context.
- FindingSuppressionContext! :
- # The time this suppression was created
- DateTime! :
- # Suppression criteria
- FindingCriterion!] : [
- # CSP Project Entities that are included
- Entity!] : [
- # Days until suppression will remain active
- Int :
- # Entity id for suppression of type Single
- String :
- # Date the suppression will expire
- Date :
- # Number of findings to be suppressed
- Int! :
- # Node-compatible opaque global identifier
- ID! :
- # The last time this suppression was successfully updated
- DateTime! :
- # Management Endpoints part of this suppression
- ManagementEndpoint!] : [
- # Opaque version string for this graph node instance
- ID! :
- # Project IDs that are included
- String!] : [
- # Suppression reason.
- String! :
- # User info about creator of the suppression
- FindingUserInfo! :
- # Reviewer contains information about the user, that reviewed the suppression
- # request
- FindingUserInfo :
- # Rule id for suppression of type Single
- String :
- # Suppression status
- FindingSuppressionStatus! :
- # Unique identifier of the suppression
- String! :
- # Suppression type
- FindingSuppressionType! :
- }