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

Permission

Represents a permission set on a data object.

type Permission {
  description: String!
  name: String!
}

Fields

description ● String! non-null scalar

The description of that permission.

name ● String! non-null scalar

The permission set on the data object.

Member Of

DataObject object

Last updated

Was this helpful?