cloudAppSecurityState 资源类型
命名空间:microsoft.graph
包含有关云应用程序的有状态信息 (destinationServiceName、destinationServiceIp) 。
属性
属性 | 类型 | 说明 |
---|---|---|
destinationServiceIp | String | 与云应用程序/服务连接的目标 IP 地址。 |
destinationServiceName | String | 云应用程序/服务名称 (,例如“Salesforce”、“DropBox”等 ) 。 |
riskScore | String | 云应用程序/服务的提供商生成/计算的风险评分。 建议的值范围为 0-1,相当于百分比。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"destinationServiceIp": "String",
"destinationServiceName": "String",
"riskScore": "String"
}