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

ResponsibilityOrder

No description

input ResponsibilityOrder {
  asset: [AssetOrder]
  community: [CommunityOrder]
  createdBy: [UserOrder]
  createdOn: SortOrder
  domain: [DomainOrder]
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  role: [RoleOrder]
  system: SortOrder
  user: [UserOrder]
  userGroup: [UserGroupOrder]
}

Fields

The asset related to this responsibility.

The community related to this responsibility.

The user who created this resource.

The creation date of this resource.

The domain related to this responsibility.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The user role related to this responsibility.

Whether this resource is reserved by the system.

The user related to this responsibility. It is empty if the responsibility is related to a group.

The group related to this responsibility. It is empty if the responsibility is related to a user.

Last updated

Was this helpful?