OpenFga::ReadAuthorizationModelResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| authorization_model | AuthorizationModel | [optional] |
Example
require 'openfga'
instance = OpenFga::ReadAuthorizationModelResponse.new(
authorization_model: null
)