Parameter | Type | Description | Default |
---|---|---|---|
apply_all | boolean | Enable all predefined entities | false |
similarity_threshold | float | Threshold for fuzzy matching (0.0-1.0) | 0.8 |
max_edit_distance | integer | Maximum allowed character differences | 1 |
predefined_entities | array | List of predefined entities to enable | [] |
rules | array | Custom masking rules | [] |
reversible_hashing | object | Configuration for reversible hashing | {enabled: false} |
Parameter | Type | Description | Required |
---|---|---|---|
entity | string | Entity type from predefined list | Yes |
enabled | boolean | Enable/disable this entity | Yes |
mask_with | string | Custom mask to apply | No |
Parameter | Type | Description | Required |
---|---|---|---|
type | string | ”regex” or “keyword” | Yes |
pattern | string | Pattern to match | Yes |
mask_with | string | Mask to apply | No |
Parameter | Type | Description | Required |
---|---|---|---|
enabled | boolean | Enable/disable reversible hashing | Yes |
secret | string | Secret key used for generating secure hash values | Yes (if enabled) |