Protection
Protection
dataclass
Protection mechanism for a column.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
detectors
|
Sequence[Detector]
|
A sequence of |
()
|
default
|
bool
|
Whether to apply the default protection. |
False
|
type
|
str | ProtectionType
|
The type of protection to be applied, either a |
IMPUTE
|
ProtectionType
Protection types used in data protection.
Attributes:
Name | Type | Description |
---|---|---|
MASK |
Mask the protected values with a placeholder. |
|
IMPUTE |
Impute protected values replacing them with plausible non-protected values. |