Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Namespace: microsoft.graph
Note
The legacy alerts API is deprecated and will be removed by April 2026. We recommend that you migrate to the new alerts and incidents API.
Represents the resources related to an alert.
Properties
| Property | Type | Description |
|---|---|---|
| resource | String | Name of the resource that is related to current alert. Required. |
| resourceType | securityResourceType | Represents type of security resources related to an alert. The possible values are: attacked, related. |
securityResourceType values
| Member | Value | Description |
|---|---|---|
| attacked | 1 | The resource was attacked in the alert. |
| related | 2 | The resource is related to the alert, though not directly attacked. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"resource": "String",
"resourceType": "@odata.type: microsoft.graph.securityResourceType"
}