OpenFga::AssertionTupleKey

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
objectString
relationString
userString

Example

require 'openfga'

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