OpenFga::FgaObject

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeString
idString

Example

require 'openfga'

instance = OpenFga::FgaObject.new(
  type: document,
  id: 0bcdf6fa-a6aa-4730-a8eb-9cf172ff16d9
)