tagOutput
Last updated
Tag information associated with pipeline executions.
type TagOutput {
tagId: String
tagType: String
name: String
displayName: String
createdBy: String
appliedBy: String
tagCategory: String
}tagId String
Unique identifier for the tag
tagType String
Type of tag (environment, team, project, etc.)
name String
Tag name
displayName String
Human-readable display name for the tag
createdBy String
User who created the tag
appliedBy String
User who applied the tag to the pipeline
tagCategory String
Category or classification of the tag
Last updated
