OpenFga::TupleKeyWithoutCondition

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
userString
relationString
objectString

Example

require 'openfga'

instance = OpenFga::TupleKeyWithoutCondition.new(
  user: user:anne,
  relation: reader,
  object: document:2021-budget
)