redactionStrategy property
Strategy that defines how we do redaction. Possible string values are:
- "REDACTION_STRATEGY_UNSPECIFIED" : Do not redact.
- "REDACT_WITH_SERVICE" : Call redaction service to clean up the data to be persisted.
Implementation
core.String? redactionStrategy;