DynamicTag
object
Dynamic tags are tags that will be used dynamically to assign or unassign tags on specific resources as they are added, edited, or deleted.
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.
filter
JSON!
non-null
A JSON string. Deserializes to a filter that identifies entities the dynamic tag applies to.
Interfaces
Tag