OBJECT
SecuritySuppression
Describe a security suppression
link GraphQL Schema definition
- type SecuritySuppression implements Node, NodeVersion {
- # Suppression context
- SecurityContext! :
- # The time this suppression was created
- DateTime! :
- # Suppression criteria
- SecurityCriterion!] : [
- # CSP Project Entities that are included
- Entity!] : [
- # Days until suppression will remain active
- Int :
- # 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
- SecurityUserInfo! :
- # Review contains information about the user, that reviewed the suppression
- # request
- SecurityUserInfo :
- # Suppression status and review comment
- SecuritySuppressionStatus! :
- # Unique identifier of the suppression
- String! :
- # Suppression type
- SecuritySuppressionType! :
- # Describes an update request on an active suppression
- SecuritySuppressionRequest :
- }