Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.63 KB

File metadata and controls

62 lines (46 loc) · 1.63 KB
title cloudAppSecurityState resource type (deprecated)
description Contains stateful information about the cloud application (destinationServiceName, destinationServiceIp).
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice security
author preetikr
ms.date 03/21/2024
ROBOTS NOINDEX

cloudAppSecurityState resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE security-alerts-v1-deprecation]

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"
}