Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 803 Bytes

Leaf.md

File metadata and controls

13 lines (9 loc) · 803 Bytes

OpenFga.Sdk.Model.Leaf

A leaf node contains either - a set of users (which may be individual users, or usersets referencing other relations) - a computed node, which is the result of a computed userset value in the authorization model - a tupleToUserset nodes, containing the result of expanding a tupleToUserset value in a authorization model.

Properties

Name Type Description Notes
Users Users [optional]
Computed Computed [optional]
TupleToUserset UsersetTreeTupleToUserset [optional]

[Back to Model list] [Back to API list] [Back to README]