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

ReadPermissionOrder

No description

input ReadPermissionOrder {
  community: [CommunityOrder]
  createdBy: [UserOrder]
  createdOn: SortOrder
  domain: [DomainOrder]
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  system: SortOrder
  user: [UserOrder]
  userGroup: [UserGroupOrder]
}

Fields

The community related to this permission.

The user who created this resource.

The creation date of this resource.

The domain related to this permission.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

Whether this resource is reserved by the system.

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

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

Last updated

Was this helpful?