OpenFga::FgaObject
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| id | String |
Example
require 'openfga'
instance = OpenFga::FgaObject.new(
type: document,
id: 0bcdf6fa-a6aa-4730-a8eb-9cf172ff16d9
)
February 16, 2026 ยท View on GitHub
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| id | String |
require 'openfga'
instance = OpenFga::FgaObject.new(
type: document,
id: 0bcdf6fa-a6aa-4730-a8eb-9cf172ff16d9
)