Module netapp_ontap.models.anti_ransomware_suspect_file
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class AntiRansomwareSuspectFileSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)
-
The fields of the AntiRansomwareSuspectFile object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
format: str GET POST PATCH
-
File format of the suspected file.
Example: pdf
-
name: str GET POST PATCH
-
Name of the suspected file.
Example: test_file
-
path: str GET POST PATCH
-
Path of the suspected file.
Example: d1/d2/d3
-
reason: str GET POST PATCH
-
Reason behind this file bieng suspected
Example: High Entropy
-
suspect_time: ImpreciseDateTime GET
-
Time when the file was detected as a potential suspect in date-time format.
Example: 2021-05-12T15:00:16.000+0000