Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
OwnerEntity
Represents a user who is designated as the owner of a dashboard, table, or term.
type OwnerEntity {
id: ID!
dashboardId: String
ownerLabelId: String
ownerLabel: OwnerLabel
tableId: String
termId: String
unifiedUser: UnifiedUser!
userId: String
user: User
createdAt: Timestamp!
updatedAt: Timestamp!
}
Fields
OwnerEntity.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
OwnerEntity.dashboardId ● String scalar general
Id of the dashboard owned
OwnerEntity.ownerLabelId ● String scalar general
Id of the owner label
OwnerEntity.ownerLabel ● OwnerLabel object general
The owner label
OwnerEntity.tableId ● String scalar general
Id of the table owned
OwnerEntity.termId ● String scalar general
Id of the term owned
OwnerEntity.unifiedUser ● UnifiedUser! non-null object general
The unified user linked to the owner
OwnerEntity.userId ● String scalar general
Id of the user who owns the entity
OwnerEntity.user ● User object general
The owner
OwnerEntity.createdAt ● Timestamp! non-null scalar general
Timestamp of when the record was created
OwnerEntity.updatedAt ● Timestamp! non-null scalar general
Timestamp of when the record was last updated
Example
{
"ownerLabel": {},
"unifiedUser": {
"teamIds": []
},
"user": {
"ownerEntities": []
}
}
Returned By
upsertUserOwnersmutation