RedactedField
Redaction handling for one JSON-shaped field path.
Class Diagram
Section titled “Class Diagram”---
title: RedactedField
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class RedactedField {
+string path
+string mode
+string reason
}
Yaml Example
Section titled “Yaml Example”path: $.arguments.apiKeymode: redactedreason: secretProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| path | string | JSONPath-like field path, relative to the containing payload |
| mode | string | How the field was represented |
| reason | string | Human-readable reason or policy that caused this handling |