OpenFga::ReadAssertionsResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| authorization_model_id | String | ||
| assertions | Array<Assertion> | [optional] |
Example
require 'openfga'
instance = OpenFga::ReadAssertionsResponse.new(
authorization_model_id: 01G5JAVJ41T49E9TT3SKVS7X1J,
assertions: null
)