OpenFga::RelationReference

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeString
relationString[optional]
wildcardObject[optional]
conditionStringThe 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
)