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
Name | Type | Description | Notes |
---|---|---|---|
object | FgaObject | [optional] | |
userset | UsersetUser | [optional] | |
wildcard | TypedWildcard | [optional] |