OpenFga::BatchCheckItem
February 16, 2026 · View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tuple_key | CheckRequestTupleKey | ||
| correlation_id | String | correlation_id must be a string containing only letters, numbers, or hyphens, with length ≤ 36 characters. | |
| contextual_tuples | ContextualTupleKeys | [optional] | |
| context | Object | [optional] |
Example
require 'openfga'
instance = OpenFga::BatchCheckItem.new(
tuple_key: null,
correlation_id: 1cd93d8c-8e45-43c6-9a15-cbb3c7f394bc,
contextual_tuples: null,
context: null
)