OpenFga::Userset
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| this | Object | A DirectUserset is a sentinel message for referencing the direct members specified by an object/relation mapping. | [optional] |
| computed_userset | ObjectRelation | [optional] | |
| tuple_to_userset | TupleToUserset | [optional] | |
| union | Usersets | [optional] | |
| intersection | Usersets | [optional] | |
| difference | Difference | [optional] |
Example
require 'openfga'
instance = OpenFga::Userset.new(
this: null,
computed_userset: null,
tuple_to_userset: null,
union: null,
intersection: null,
difference: null
)