OpenFga::User
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| object | FgaObject | [optional] | |
| userset | UsersetUser | [optional] | |
| wildcard | TypedWildcard | [optional] |
Example
require 'openfga'
instance = OpenFga::User.new(
object: null,
userset: null,
wildcard: null
)