AssetDynamicTagCreateMutationInput
input
Input for creating a new dynamic tag.
Input Fields
name
String!
required
Name of the dynamic tag must be unique within the organization hierarchy. This can contain alphanumeric characters, hyphens, and underscores. Spaces and other punctuation are not allowed, and it is limited to 64 characters. Examples include "Windows11", "BusinessCritical”.
description
String
Description of the dynamic tag.
category
String
Category of the dynamic tag.
organizationId
ID!
required
The organization ID to which the dynamic tag is bound.
filter
AssetDynamicTagWhereInput!
required
The filter used to identify entities the dynamic tag applies to.