MaskingContractViolation

data class MaskingContractViolation(val resource: String, val field: String, val reason: String)

A masking policy whose output cannot satisfy the field's declared type contract.

Constructors

Link copied to clipboard
constructor(resource: String, field: String, reason: String)

Properties

Link copied to clipboard

The field the policy masks.

Link copied to clipboard

A human-readable explanation, phrased as remediation.

Link copied to clipboard

The @IhawuResource name the offending policy targets.