OBJECT

FindingSuppressionTemplate

Describe a finding suppression template

link GraphQL Schema definition

  • type FindingSuppressionTemplate implements Node, NodeVersion {
  • # The time this template was created
  • creationTime: DateTime!
  • # Node-compatible opaque global identifier
  • id: ID!
  • # The last time this template was successfully updated
  • lastUpdateTime: DateTime!
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # Unique identifier of the template
  • templateId: String!
  • # The text of the suppression reason template
  • text: String!
  • }