Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: microsoft.graph
Important
The legacy alerts API is deprecated and will be retired on August 31, 2026. Migrate to the new alerts and incidents API. For more information, see Migrate from legacy alerts to the alerts and incidents API.
Contains stateful information about the cloud application(destinationServiceName, destinationServiceIp).
Properties
| Property | Type | Description |
|---|---|---|
| destinationServiceIp | String | Destination IP Address of the connection to the cloud application/service. |
| destinationServiceName | String | Cloud application/service name (for example "Salesforce", "DropBox", etc.). |
| riskScore | String | Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"destinationServiceIp": "String",
"destinationServiceName": "String",
"riskScore": "String"
}