custom_redaction property

custom_redaction property

Gets or sets a custom redaction ICustomRedactionHandler handler that allows users to define their own redaction logic.

Definition:

@property
def custom_redaction(self):
    ...
@custom_redaction.setter
def custom_redaction(self, value):
    ...

See Also