OpenFga::CheckResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
allowedBoolean[optional]
resolutionStringFor internal use only.[optional]

Example

require 'openfga'

instance = OpenFga::CheckResponse.new(
  allowed: true,
  resolution: null
)