StaticTag
object
Static tags are tags that can be added or removed manually from the Tag Management service.
Fields
id
ID!
non-null
Tag unique identifier.
name
String!
non-null
Display Name of the tag.
description
String
Tag description.
category
String
Tag Category.
createdAt
DateTime!
non-null
A timestamp indicating when the tag was originally created at UTC, such as 2007-12-03T10:15:30Z, is compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.
createdByUsername
String!
non-null
The username of the user who created the tag.
updatedAt
DateTime!
non-null
A timestamp indicating when the definition was most recently updated at UTC
updatedByUsername
String!
non-null
The username of the user who last updated the tag.
organization
Organization!
non-null
The organization the tag is bound to.
Interfaces
Tag