Tag
Represents a tag on the organization. Tags can be used to categorize and organize different resources within the system, like pipes and databases.
| Field : Object | Description |
|---|---|
| category: TagCategorySummary | Tag category |
| createdAt: ISO8601DateTime | Tag creation date |
| createdBy: UserReference | User who created the tag |
| description: String | Tag description |
| name: String | Tag name |
| taggedDatabases: TaggedDatabases | Databases tagged |
| taggedPipes: TaggedPipes | Pipes tagged |
| taggedResources: TaggedResourcesCount | Count of resources tagged |
| uuid: ID | Tag UUID |
| visibleToMembers: Boolean | Is the tag visible to members? |