cloudApplicationMetadata 资源类型

命名空间:microsoft.graph.networkaccess

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示与全局安全访问 网络流量中的 SaaS 应用程序相关的数据。

属性

属性 类型 说明
类别 String collection 应用程序的类别列表。 支持的值包括:、、Business Management、、Content managementMailMarketingMediaManagementEducationData servicesDeveloper servicesCRME-commerceConsumerERPProductivityFinanceIT infrastructureHealthHuman resources、、、Project managementTelecommunicationsTools、、 Travel和 。Web design & hostingCollaboration
cloudApplicationCatalogId String SaaS 应用程序目录中应用程序的 ID。
complianceScore Int32 应用程序的符合性分数。
generalScore Int32 应用程序的一般分数。
legalScore Int32 应用程序的法律分数。
loginUser String 用于登录应用程序的用户名。
name String 应用程序的名称 (例如 ChatGPT、Salesforce、必应) 。
riskScore Int32 应用程序的风险评分。
securityScore Int32 应用程序的安全分数。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.networkaccess.cloudApplicationMetadata",
  "cloudApplicationCatalogId": "String",
  "name": "String",
  "categories": [ "String" ],
  "generalScore": "Integer",
  "riskScore": "Integer",
  "complianceScore": "Integer",
  "legalScore": "Integer",
  "loginUser": "String",
  "securityScore": "Integer"
}