OpenFga::WriteAuthorizationModelRequest

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
type_definitionsArray<TypeDefinition>
schema_versionString
conditionsHash<String, Condition>[optional]

Example

require 'openfga'

instance = OpenFga::WriteAuthorizationModelRequest.new(
  type_definitions: null,
  schema_version: null,
  conditions: null
)

Contents

  1. 1Properties
  2. 2Example