OBJECT

SecuritySuppressionsTemplate

Describe a security suppression template

link GraphQL Schema definition

  • type SecuritySuppressionsTemplate implements Node {
  • # The time this template was created
  • creationTime: DateTime!
  • # Node-compatible opaque global identifier
  • id: ID!
  • # Unique identifier of the template
  • templateId: String!
  • # The text of the suppression reason template
  • text: LocalizedString!
  • }