通过


discoveredApplicationSegmentReport 资源类型

命名空间:microsoft.graph.networkaccess

重要

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

表示有关通过全局安全访问服务在网络流量中检测到的应用程序段的报告。

属性

属性 类型 说明
accessType microsoft.graph.networkaccess.accessType 用于连接到此应用程序段的访问类型。 可能的值包括 quickAccessprivateAccessunknownFutureValueappAccess。 使用 Prefer: include-unknown-enum-members 请求标头从此 可演变枚举中获取以下值: appAccess
deviceCount Int32 访问此应用程序段的唯一设备数。
discoveredApplicationSegmentId String 此发现的应用程序段的唯一标识符。
firstAccessDateTime DateTimeOffset 首次访问此应用程序段的日期和时间。
fqdn String 与此应用程序段关联的完全限定域名。
ip String 与此应用程序段关联的 IP 地址。
lastAccessDateTime DateTimeOffset 上次访问此应用程序段的日期和时间。
港口 Int32 用于访问此应用程序段的端口号。
totalBytesReceived Int64 从此应用程序段接收的字节总数。
totalBytesSent Int64 发送到此应用程序段的字节总数。
transactionCount Int32 为此应用程序段记录的事务数。
transportProtocol microsoft.graph.networkaccess.networkingProtocol 用于访问此应用程序段的传输协议。 可能的值为:ip、、icmpigmptcpidpipv6pupipv4udpggpipSecEncapsulatingSecurityPayloadicmpV6ipv6NoNextHeaderipv6DestinationOptionsipv6RoutingHeaderipv6FragmentHeaderipSecAuthenticationHeadernd、、rawspxipx、 。 unknownFutureValuespxII
userCount Int32 访问此应用程序段的唯一用户数。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.networkaccess.discoveredApplicationSegmentReport",
  "discoveredApplicationSegmentId": "String",
  "fqdn": "String",
  "ip": "String",
  "port": "Integer",
  "transportProtocol": "String",
  "accessType": "String",
  "firstAccessDateTime": "String (timestamp)",
  "lastAccessDateTime": "String (timestamp)",
  "transactionCount": "Integer",
  "userCount": "Integer",
  "deviceCount": "Integer",
  "totalBytesSent": "Integer",
  "totalBytesReceived": "Integer"
}