DataMaskingPolicyIncludedPathsItem interface
Properties
| length | Length of substring to mask (when applicable). |
| path | The JSON path to apply masking (e.g. "/contact/phones"). |
| start |
Start position for substring masking (when applicable). |
| strategy | Masking strategy to apply (e.g. "MaskSubstring"). |
Property Details
length
Length of substring to mask (when applicable).
length?: number
Property Value
number
path
The JSON path to apply masking (e.g. "/contact/phones").
path: string
Property Value
string
startPosition
Start position for substring masking (when applicable).
startPosition?: number
Property Value
number
strategy
Masking strategy to apply (e.g. "MaskSubstring").
strategy?: string
Property Value
string