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

ReadPermission

A permission to view a resource.

type ReadPermission implements Auditable, Node {
  community: Community
  createdBy: User
  createdOn: DateTime
  domain: Domain
  id: UUID!
  modifiedBy: User
  modifiedOn: DateTime
  system: Boolean!
  user: User
  userGroup: UserGroup
}

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.

ReadPermission.idUUID! non-null scalar

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

ReadPermission.systemBoolean! non-null scalar

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.

Interfaces

Auditable interface

An interface implemented by all types holding auditing information.

Node interface

A base interface implemented by all types.

Member Of

Community object ● Domain object ● Organization interface

Last updated

Was this helpful?