Packages

OpenAPI API client for Ory Oathkeeper, a cloud native Identity & Access Proxy and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests.

Current section

Files

Jump to
ory_oathkeeper lib ory model is_alive_200_response.ex
Raw

lib/ory/model/is_alive_200_response.ex

# NOTE: This file is auto generated by OpenAPI Generator 7.12.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule Ory.Model.IsAlive200Response do
@moduledoc """
"""
@derive Jason.Encoder
defstruct [
:status
]
@type t :: %__MODULE__{
:status => String.t
}
def decode(value) do
value
end
end