OpenFga::RelationReference
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| relation | String | [optional] | |
| wildcard | Object | [optional] | |
| condition | String | The name of a condition that is enforced over the allowed relation. | [optional] |
Example
require 'openfga'
instance = OpenFga::RelationReference.new(
type: group,
relation: member,
wildcard: null,
condition: null
)