RunPolicyReceipt

RunPolicyReceipt represents a single policy evaluation event that affected a Run.
  • id
    Globally unique ID of this policy receipt.
  • createdAt
    Timestamp representing the moment of policy evaluation.
  • Flags generated by the policy evaluation, if any.
  • policySlug
    Slug of the policy that affected the Run.
  • policyName
    Name of the policy that affected the Run.
  • outcome
    Basic string representation of the policy's evaluation result.
  • sampled
    Indicates whether the policy evaluation was sampled.
  • sampleExpired
    Indicates whether sample has expired.
  • policyDeleted
    Indicates whether the policy was deleted.