OpenFga::ReadAssertionsResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
authorization_model_idString
assertionsArray<Assertion>[optional]

Example

require 'openfga'

instance = OpenFga::ReadAssertionsResponse.new(
  authorization_model_id: 01G5JAVJ41T49E9TT3SKVS7X1J,
  assertions: null
)