Update mac-preferences.md

This commit is contained in:
Denise Vangel-MSFT 2019-12-02 11:21:43 -08:00
parent 60b20cbd36
commit 07f63ce596

View File

@ -47,7 +47,7 @@ The *antivirusEngine* section of the configuration profile is used to manage the
||| |||
|:---|:---| |:---|:---|
| **Domain** | com.microsoft.wdav | | **Domain** | `com.microsoft.wdav` |
| **Key** | antivirusEngine | | **Key** | antivirusEngine |
| **Data type** | Dictionary (nested preference) | | **Data type** | Dictionary (nested preference) |
| **Comments** | See the following sections for a description of the dictionary contents. | | **Comments** | See the following sections for a description of the dictionary contents. |
@ -58,7 +58,7 @@ Whether real-time protection (scan files as they are accessed) is enabled or not
||| |||
|:---|:---| |:---|:---|
| **Domain** | com.microsoft.wdav | | **Domain** | `com.microsoft.wdav` |
| **Key** | enableRealTimeProtection | | **Key** | enableRealTimeProtection |
| **Data type** | Boolean | | **Data type** | Boolean |
| **Possible values** | true (default) <br/> false | | **Possible values** | true (default) <br/> false |
@ -74,7 +74,7 @@ Whether the antivirus engine runs in passive mode or not. In passive mode:
||| |||
|:---|:---| |:---|:---|
| **Domain** | com.microsoft.wdav | | **Domain** | `com.microsoft.wdav` |
| **Key** | passiveMode | | **Key** | passiveMode |
| **Data type** | Boolean | | **Data type** | Boolean |
| **Possible values** | false (default) <br/> true | | **Possible values** | false (default) <br/> true |
@ -86,7 +86,7 @@ Entities that have been excluded from the scan. Exclusions can be specified by f
||| |||
|:---|:---| |:---|:---|
| **Domain** | com.microsoft.wdav | | **Domain** | `com.microsoft.wdav` |
| **Key** | exclusions | | **Key** | exclusions |
| **Data type** | Dictionary (nested preference) | | **Data type** | Dictionary (nested preference) |
| **Comments** | See the following sections for a description of the dictionary contents. | | **Comments** | See the following sections for a description of the dictionary contents. |
@ -97,7 +97,7 @@ Specifies the type of content excluded from the scan.
||| |||
|:---|:---| |:---|:---|
| **Domain** | com.microsoft.wdav | | **Domain** | `com.microsoft.wdav` |
| **Key** | $type | | **Key** | $type |
| **Data type** | String | | **Data type** | String |
| **Possible values** | excludedPath <br/> excludedFileExtension <br/> excludedFileName | | **Possible values** | excludedPath <br/> excludedFileExtension <br/> excludedFileName |
@ -108,7 +108,7 @@ Used to exclude content from the scan by full file path.
||| |||
|:---|:---| |:---|:---|
| **Domain** | com.microsoft.wdav | | **Domain** | `com.microsoft.wdav` |
| **Key** | path | | **Key** | path |
| **Data type** | String | | **Data type** | String |
| **Possible values** | valid paths | | **Possible values** | valid paths |