Share via


DataMaskingPolicy interface

Data masking policy for the container.

Properties

excludedPaths

List of JSON paths to exclude from masking.

includedPaths

List of JSON paths to include in the masking policy.

isPolicyEnabled

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