OpenFga::BatchCheckResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| result | Hash<String, BatchCheckSingleResult> | map keys are the correlation_id values from the BatchCheckItems in the request | [optional] |
Example
require 'openfga'
instance = OpenFga::BatchCheckResponse.new(
result: {"1cd93d8c-8e45-43c6-9a15-cbb3c7f394bc":{"allowed":true,"error":{"message":""}}}
)