For the complete documentation index, see llms.txt. This page is also available as Markdown.

orgUnitHierarchyItem

Examples

type OrgUnitHierarchyItem {
  name: String!
  tagIds: [String!]!
  tags: [TagObject!]!
  appOwnersEmail: [String!]
  id: String
  parent: String
  ancestors: [OrgUnitRef!]!
  children: [OrgUnitHierarchyItem!]!
}

Fields

Field
Description
Supported fields

name String!

tagIds [String!]!

Tags and app owners assigned to the organizational unit, resolved with their tag type. App owners are represented as tags with the owner tag type.

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

appOwnersEmail [String!]

id String

parent String

Identifier of the current organizational unit, preserved for backward compatibility.

ancestors [OrgUnitRef!]!

Chain of ancestor organizational units ordered from the root down to the immediate parent. Empty when the unit is a root.

id String! name String!

name String! tagIds [String!]! tags [TagObject!]! appOwnersEmail [String!] id String parent String ancestors [OrgUnitRef!]! children [OrgUnitHierarchyItem!]!

References

Mutations using this object:

Fields with this object:

Last updated