ExCedar.ValidationResult.Finding (ex_cedar v0.1.2)

Copy Markdown View Source

A single validation finding — one policy-level error or warning.

  • policy_id — the Cedar policy ID the finding pertains to.
  • message — Cedar's human-readable description of the issue.

Summary

Types

t()

@type t() :: %ExCedar.ValidationResult.Finding{
  message: String.t() | nil,
  policy_id: String.t() | nil
}