RansomwareConfig#

class RansomwareConfig(file_extensions=None, excluded_mount_target_ext_ids=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Ransomware configuration information.

Parameters:
property excluded_mount_target_ext_ids#

List of mount targets to be excluded from ransomware configuration.

Type:

list[ str ]

property file_extensions#

Ransomware file patterns. Ex - *.txt, ?.db.

Type:

list[ str ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model