OpenFga::BatchCheckRequest
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| checks | Array<BatchCheckItem> | ||
| authorization_model_id | String | [optional] | |
| consistency | ConsistencyPreference | [optional][default to 'UNSPECIFIED'] |
Example
require 'openfga'
instance = OpenFga::BatchCheckRequest.new(
checks: null,
authorization_model_id: 01G5JAVJ41T49E9TT3SKVS7X1J,
consistency: null
)