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