OBJECT
Describe a security suppression template
type SecuritySuppressionsTemplate implements Node {# The time this template was createdcreationTime: DateTime! # Node-compatible opaque global identifierid: ID! # Unique identifier of the templatetemplateId: String! # The text of the suppression reason templatetext: LocalizedString! }