OBJECT
GenericLabel
A label that can be attached to assets.
Available in Tableau Cloud March 2023 / Server 2023.1 and later.
link GraphQL Schema definition
- type GenericLabel implements Label {
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- ID! :
- # User who last updated this label
- TableauUser :
- # Name of the user who last updated this label
- String :
- # Vizportal ID of this label, for use in client-to-server communications
- String! :
- # Locally unique identifier used for the REST API on the Tableau Server
- String! :
- # True if the label is active
- Boolean! :
- # True if the label is elevated
- Boolean! :
- # Value of the label
- String! :
- # Category of the label
- String! :
- # Message of the label
- String :
- # Time the label was created
- DateTime! :
- # Time the label was last updated
- DateTime! :
- # The asset that contains the label
- CanHaveLabels :
- }