Expand description
ByteOr redaction transforms.
Intended for DataGuard: deterministic policy enforcement and redaction steps.
Structs§
- Outcome
- Result of enforcing a redaction policy.
- Redaction
Policy - A deterministic redaction policy.
- Rule
- One redaction rule.
Enums§
- Action
- A redaction action for a matching field.
- Action
Outcome - Outcome of applying a deterministic redaction action.
- Enforcement
Mode - Enforcement mode for a redaction policy.
- Hash
Algo - Supported deterministic hash algorithms.
- Outcome
Code - Stable enforcement outcome code.
- Value
- A minimally-typed field value.
Functions§
- apply_
action - Apply a deterministic action to a value.
- apply_
action_ to_ str - Apply a redaction action to a string payload field.
- enforce_
in_ place - Enforce a redaction policy against a record.
- parse_
action - Parse a stable action string.
- parse_
mode - Parse a stable enforcement mode string.
Type Aliases§
- Record
- Structured record type used for deterministic redaction.