OpenFga::CheckResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| allowed | Boolean | [optional] | |
| resolution | String | For internal use only. | [optional] |
Example
require 'openfga'
instance = OpenFga::CheckResponse.new(
allowed: true,
resolution: null
)