appTagObject

Represents a tag associated with an application.

Examples

type AppTagObject {
  tagType: OxTagType!
  appId: String!
  tagId: String!
  appliedBy: String
  roles: [AppOwnerRole!]
  tag: TagObject
}

Fields

Field
Description
Supported fields

tagType OxTagType!

Type of the tag (e.g., simple, githubTopic, gitlabGroup)

appId String!

Identifier of the application

tagId String!

Identifier of the tag

appliedBy String

Identifier of the user who applied the tag

Roles associated with this app tag

The complete tag object with all its details

tagId String! name String! displayName String! tagType OxTagType! createdBy String! createdAt DateTime updatedAt DateTime tagCategory String deploymentModel String purpose String email String

References

Fields with this object:

Last updated