| title | affectedResource resource type |
|---|---|
| description | Contains details of the resources that are affected by a security alert. |
| author | manusidd |
| ms.localizationpriority | medium |
| ms.subservice | partner-customer-administration |
| doc_type | resourcePageType |
| ms.date | 04/22/2024 |
Namespace: microsoft.graph.partner.security
[!INCLUDE beta-disclaimer]
Contains details of the resources that are affected by a security alert.
| Property | Type | Description |
|---|---|---|
| resourceId | String | The resource path of the resource affected by the security alert. |
| resourceType | String | The type of resource. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.partner.security.affectedResource",
"resourceId": "String",
"resourceType": "String"
}