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

AccessControlForUserFilterInput

No description

input AccessControlForUserFilterInput {
  actions: [AccessControlAction!]
  categories: [String!]
  dataSource: ID
  external: Boolean
  search: String
  states: [AccessControlState!]
  userPartOfPromise: Boolean
}

Fields

actions ● [AccessControlAction!] list enum

Limit the actions the access controls must have.

categories ● [String!] list scalar

Limit the access controls to grants in one of the given categories.

dataSource ● ID scalar

Limit to access controls in the given data source.

external ● Boolean scalar

To only filter external or internal access controls.

The search string to use (will do a case-insensitive 'contains').

states ● [AccessControlState!] list enum

Limit the states the access controls must have.

userPartOfPromise ● Boolean scalar

If true, also the access controls where the user is part of a promise (but not granted) are returned.

Last updated

Was this helpful?