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

AccessControlWhatAccessControlFilterInput

Defines the sorting configuration for the access control WHAT list (access controls).

input AccessControlWhatAccessControlFilterInput {
  actions: [AccessControlAction!]
  categories: [String!]
  hasTags: [TagFilter!]
  owners: [String!]
  search: String
  whoSource: AccessWhoSource
}

Fields

actions ● [AccessControlAction!] list enum

categories ● [String!] list scalar

hasTags ● [TagFilter!] list input

owners ● [String!] list scalar

whoSource ● AccessWhoSource enum

Narrow the list to inverse WHO links provisioned by a specific source. Pass Internal to return only Raito-managed inheritance, or Scim for SCIM-provisioned links.

Last updated

Was this helpful?