Name | Type | Description | Notes |
---|---|---|---|
description | str | A description for the policy. | [optional] |
enabled | bool | Whether the policy is enabled. | [optional] |
force_run | bool | Forces the scan to run regardless of whether the files were recently scanned. | [optional] |
impact | str | The priority of the antivirus scan job. Must be a valid job engine impact policy, or null to use the default impact. | [optional] |
name | str | The name of the policy. | |
paths | list[str] | Paths to include in the scan. | [optional] |
recursion_depth | int | The depth to recurse in directories. The default of -1 gives unlimited recursion. | [optional] |
schedule | str | The schedule for running scans in isi date format. Examples include: 'every Friday' or 'every day at 4:00'. A null value means the policy is manually scheduled. | [optional] |