ExBifrost.Model.LogEntryRedactionMapping (ex_bifrost v0.1.0)

Copy Markdown View Source

Phase-scoped placeholder-to-original-value mappings for reversible redactions. Present only on log detail responses when the caller has Logs:Reveal.

Summary

Types

t()

@type t() :: %ExBifrost.Model.LogEntryRedactionMapping{
  input: %{optional(String.t()) => String.t()} | nil,
  output: %{optional(String.t()) => String.t()} | nil
}

Functions

decode(value)