RedactionPolicy constructor

init

Creates a new instance of Redaction policy.

def __init__(self):
    ...

init

Creates a new instance of Redaction policy with a specific list of redactions.

def __init__(self, redactions):
    ...
Parameter Type Description
redactions list An array of redactions for the policy

See Also