Configuration for handling a single PII type.
RedactionRule(
self,
pii_type: str,
strategy: RedactionStrategy = 'redact',
detector: Detector | str | None = None
)| Name | Type |
|---|---|
| pii_type | str |
| strategy | RedactionStrategy |
| detector | Detector | str | None |