FileBlockingMode#

class FileBlockingMode(*args, **kwargs)#

Bases: object

The mode of the file blocking on the file extension list.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • ALLOW_LIST: This will block everything not matching specified patterns.

  • BLOCK_LIST: This will only block specified patterns.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model