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

AccessControlForDataObjectInheritanceDirection

The possible values for listing access controls for a data object, to also include its descendants and/or ancestors.

enum AccessControlForDataObjectInheritanceDirection {
  Both
  Child
  None
  Parent
}

Values

Both

Child

None

Parent

Member Of

AccessControlForDataObjectFilterInput input

Last updated

Was this helpful?