Class RedactConfig (3.9.0)

RedactConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '.

Inheritance

builtins.object > proto.message.Message > RedactConfig