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

GrantCategoryAllowedWhoItems

Specifies which WHO items are allowed for a grant category.

type GrantCategoryAllowedWhoItems {
  categories: [String!]
  group: Boolean!
  inheritance: Boolean!
  self: Boolean!
  user: Boolean!
}

Fields

categories ● [String!] list scalar

Access controls from the given categories are allowed in the WHO list of the access control.

group ● Boolean! non-null scalar

If true, groups are allowed in the WHO list of the access control

inheritance ● Boolean! non-null scalar

If true, other access controls from any category are allowed in the WHO list of the access control.

self ● Boolean! non-null scalar

If true, other access controls from the same category are allowed in the WHO list of the access control.

user ● Boolean! non-null scalar

If true, users are allowed in the WHO list of the access control.

Member Of

GrantCategory object

Last updated

Was this helpful?