| title | runAntivirusScanResponseAction resource type |
|---|---|
| description | Describes a response action that performs a full Microsoft Defender Antivirus scan on the device. |
| author | mmekler |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Describes a response action that performs a full Microsoft Defender Antivirus scan on the device.
Inherits from microsoft.graph.security.responseAction.
| Property | Type | Description |
|---|---|---|
| identifier | microsoft.graph.security.deviceIdEntityIdentifier | Unique identifier for the response action. Default is deviceId. The possible values are: deviceId, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.runAntivirusScanResponseAction",
"identifier": "String"
}