OpenFga::ReadAuthorizationModelResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
authorization_modelAuthorizationModel[optional]

Example

require 'openfga'

instance = OpenFga::ReadAuthorizationModelResponse.new(
  authorization_model: null
)