OBJECT
FindingSuppressionTemplate
Describe a finding suppression template
link GraphQL Schema definition
- type FindingSuppressionTemplate implements Node, NodeVersion {
- # The time this template was created
- DateTime! :
- # Node-compatible opaque global identifier
- ID! :
- # The last time this template was successfully updated
- DateTime! :
- # Opaque version string for this graph node instance
- ID! :
- # Unique identifier of the template
- String! :
- # The text of the suppression reason template
- String! :
- }