Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 789 Bytes

User.md

File metadata and controls

14 lines (9 loc) · 789 Bytes

User

User. Represents any possible value for a user (subject or principal). Can be a: - Specific user object e.g.: 'user:will', 'folder:marketing', 'org:contoso', ...) - Specific userset (e.g. 'group:engineering#member') - Public-typed wildcard (e.g. 'user:*') See https://openfga.dev/docs/concepts#what-is-a-user

Properties

Name Type Description Notes
object FgaObject [optional]
userset UsersetUser [optional]
wildcard TypedWildcard [optional]

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