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