命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示包含网络流量数据和目录应用程序的元数据的全局安全访问报表。 此信息由 getCloudApplicationReport API 返回。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 类别 | String collection | 应用程序的类别列表。 支持的值包括:、、Business Management、、Content managementMailMarketingMediaManagementEducationData servicesDeveloper servicesCRME-commerceConsumerERPProductivityFinanceIT infrastructureHealthHuman resources、、、Project management、Telecommunications、Tools、、 Travel和 。Web design & hostingCollaboration |
| cloudApplicationCatalogId | String | SaaS 应用程序目录中应用程序的 ID。 |
| complianceScore | Int32 | 应用程序的符合性分数。 |
| deviceCount | Int32 | 此应用程序下的设备数。 |
| firstAccessDateTime | DateTimeOffset | 首次访问应用程序的时间戳。 |
| generalScore | Int32 | 应用程序的一般分数。 |
| lastAccessDateTime | DateTimeOffset | 上次访问应用程序的时间戳。 |
| legalScore | Int32 | 应用程序的法律分数。 |
| name | String | 应用程序的名称 (例如 ChatGPT、Salesforce、必应) 。 |
| riskScore | Int32 | 应用程序的风险评分。 |
| securityScore | Int32 | 应用程序的安全分数。 |
| totalBytesReceived | Int64 | 从应用程序接收的总字节数。 |
| totalBytesSent | Int64 | 发送到应用程序的字节总数。 |
| trafficType | microsoft.graph.networkaccess.trafficType | 流量的类型。 可能的值包括 internet、private、microsoft365、all、unknownFutureValue。 |
| transactionCount | Int32 | 此应用程序下的事务数。 |
| userCount | Int32 | 此应用程序下的用户数。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.networkaccess.cloudApplicationReport",
"trafficType": "String",
"firstAccessDateTime": "String (timestamp)",
"lastAccessDateTime": "String (timestamp)",
"transactionCount": "Integer",
"userCount": "Integer",
"deviceCount": "Integer",
"totalBytesSent": "Integer",
"totalBytesReceived": "Integer",
"cloudApplicationCatalogId": "String",
"name": "String",
"generalScore": "Integer",
"riskScore": "Integer",
"complianceScore": "Integer",
"legalScore": "Integer",
"categories": [ "String" ],
"securityScore": "Integer"
}