Ory.Model.Rule (ory_oathkeeper v25.4.0)

Summary

Types

t()

@type t() :: %Ory.Model.Rule{
  authenticators: [Ory.Model.RuleHandler.t()] | nil,
  authorizer: Ory.Model.RuleHandler.t() | nil,
  description: String.t() | nil,
  id: String.t() | nil,
  match: Ory.Model.RuleMatch.t() | nil,
  mutators: [Ory.Model.RuleHandler.t()] | nil,
  upstream: Ory.Model.Upstream.t() | nil
}

Functions

decode(value)