DataMaskingPolicy interface
Data masking policy for the container.
Properties
| excluded |
List of JSON paths to exclude from masking. |
| included |
List of JSON paths to include in the masking policy. |
| is |
Flag indicating whether the data masking policy is enabled. |
Property Details
excludedPaths
List of JSON paths to exclude from masking.
excludedPaths?: DataMaskingPolicyExcludedPathsItem[]
Property Value
includedPaths
List of JSON paths to include in the masking policy.
includedPaths?: DataMaskingPolicyIncludedPathsItem[]
Property Value
isPolicyEnabled
Flag indicating whether the data masking policy is enabled.
isPolicyEnabled?: boolean
Property Value
boolean