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:
file_extensions – (
file_extensions
) Ransomware file patterns. Ex - *.txt, ?.db.excluded_mount_target_ext_ids – (
excluded_mount_target_ext_ids
) List of mount targets to be excluded from ransomware configuration.
- property excluded_mount_target_ext_ids#
List of mount targets to be excluded from ransomware configuration.
- Type:
list[
str
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model