Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 664 Bytes

MaskingRuleset.md

File metadata and controls

27 lines (15 loc) · 664 Bytes

MaskingRuleset

A masking ruleset.

Properties

Name Type Description Notes
type TypeEnum The Ruleset type. [optional]
name String The name of this Ruleset. [optional]
refreshDropsTables Boolean Whether refresh drops tables. Only applicable to database ruleset type. [optional]
algorithms List<String> The list of algorithms for this Ruleset. [optional]

Enum: TypeEnum

Name Value
FILE "FILE"
DATABASE "DATABASE"
MAINFRAME_DATASET "MAINFRAME_DATASET"