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

AccessPermissions

Represents the permissions granted by an access control on a specific data object.

type AccessPermissions {
  globalPermissions: [String!]
  permissions: [String!]
}

Fields

globalPermissions ● [String!] list scalar

The global permissions that are granted on the data object.

permissions ● [String!] list scalar

The permissions that are granted on the data object.

Implemented By

AccessPermissionsResult union

Last updated

Was this helpful?