Skip to content

Commit 86027c5

Browse files
committed
Update add-a-new-scan-definition.md
1 parent 66206e3 commit 86027c5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

defender-endpoint/api/add-a-new-scan-definition.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ Content-Type|string|application/json. **Required**.
7979

8080
In the request body, supply a JSON object with the following parameters:
8181

82-
Parameter|Type|Description
83-
:---|:---|:---
84-
scanType|Enum|The type of scan. Possible values are: "Windows", "Network". **Required**.
85-
scanName|String|Name of the scan. **Required**.
86-
isActive|Boolean|Status of whether the scan actively running. **Required**.
87-
target|String| A comma separated list of targets to scan, either IP addresses or hostnames. **Required**.
88-
intervalInHours|Int|The interval at which the scan runs. **Required**.
89-
targetType|String|The target type in the target field. Possible types are "IP Address" or "Hostname". Default value is IP Address. **Required**.
90-
scannerAgent|Object|machine Id. **Required**.
91-
scanAuthenticationParams|Object|An object representing the authentication parameters, see [Authentication parameters object properties](./get-authenticated-scan-properties.md#authentication-parameters-object-properties) for expected fields. This property is mandatory when creating a new scan and is optional when updating a scan.
82+
|Parameter|Type|Description|
83+
|:---|:---|:---|
84+
|`scanType`|Enum|The type of scan. Possible values are: "Windows", "Network". **Required**.|
85+
|`scanName`|String|Name of the scan. **Required**.|
86+
|`isActive`|Boolean|Status of whether the scan actively running. **Required**.|
87+
|`target`|String| A comma separated list of targets to scan, either IP addresses or hostnames. **Required**.|
88+
|`intervalInHours`|Int|The interval at which the scan runs. **Required**.|
89+
|`targetType`|String|The target type in the target field. Possible types are "IP Address" or "Hostname". Default value is IP Address. **Required**.|
90+
|`scannerAgent`|Object|machine Id. **Required**.|
91+
|`scanAuthenticationParams`|Object|An object representing the authentication parameters, see [Authentication parameters object properties](./get-authenticated-scan-properties.md#authentication-parameters-object-properties) for expected fields. This property is mandatory when creating a new scan and is optional when updating a scan.|
9292

9393
## Response
9494

0 commit comments

Comments
 (0)