OpenFga::AssertionTupleKey
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| object | String | ||
| relation | String | ||
| user | String |
Example
require 'openfga'
instance = OpenFga::AssertionTupleKey.new(
object: document:2021-budget,
relation: reader,
user: user:anne
)