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

RoleOwnerFilterInput

Input object for filtering listing owners.

input RoleOwnerFilterInput {
  inherited: Boolean
  inheritedOnly: Boolean
}

Fields

inherited ● Boolean scalar

Also included inherited assignments (from ancestor resources). By default (if not set), this is false.

inheritedOnly ● Boolean scalar

If true, only the assignments on the ancestor resources are returned. By default (if not set), this is false.

Last updated

Was this helpful?