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
appId String!
Identifier of the application
tagId String!
Identifier of the tag
appliedBy String
Identifier of the user who applied the tag
tag TagObject
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