OpenFga::ReadAuthorizationModelsResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
authorization_modelsArray<AuthorizationModel>
continuation_tokenStringThe continuation token will be empty if there are no more models.[optional]

Example

require 'openfga'

instance = OpenFga::ReadAuthorizationModelsResponse.new(
  authorization_models: null,
  continuation_token: eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ&#x3D;&#x3D;
)