networkConnection 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
包含与警报相关的网络连接的有状态信息。
属性
属性 | 类型 | 说明 |
---|---|---|
applicationName | String | 管理网络连接的应用程序的名称 (例如,Facebook、SMTP 等 ) 。 |
destinationAddress | String | 网络连接) 的目标 IP 地址 (。 |
destinationDomain | String | 目标 URL 的目标域部分。 (例如“www.contoso.com”) 。 |
destinationLocation | String | 通过与网络连接目标关联的 IP 地址映射) 的位置 (。 |
destinationPort | String | 网络连接) 的目标端口 (。 |
destinationUrl | String | 网络连接 URL/URI 字符串 - 不包括参数。 (,例如“www.contoso.com/products/default.html”) |
direction | connectionDirection | 网络连接方向。 可取值为:unknown 、inbound 、outbound 。 |
domainRegisteredDateTime | DateTimeOffset | 注册目标域的日期。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z |
localDnsName | String | 例如,在主机的本地 DNS 缓存中出现的本地 DNS 名称解析 (,以防“hosts”文件被篡改) 。 |
natDestinationAddress | String | 网络地址转换目标 IP 地址。 |
natDestinationPort | String | 网络地址转换目标端口。 |
natSourceAddress | String | 网络地址转换源 IP 地址。 |
natSourcePort | String | 网络地址转换源端口。 |
协议 | securityNetworkProtocol | 网络协议。 可能的值为:、、、、icmp ggp udp pup igmp ipv4 idp tcp 、ipv6NoNextHeader ipv6DestinationOptions icmpV6 ipSecAuthenticationHeader ipv6 ipv6FragmentHeader ipSecEncapsulatingSecurityPayload ipv6RoutingHeader 、nd 、raw 、 。 spxII spx ipx ip unknown |
riskScore | String | 网络连接的提供程序生成/计算的风险评分。 建议的值范围为 0-1,相当于百分比。 |
sourceAddress | String | 源 (即网络连接) 的源) IP 地址 (。 |
sourceLocation | String | 通过 IP 地址映射) 与网络连接源关联的位置 (。 |
sourcePort | String | 源 (即网络连接) 的源) IP 端口 (。 |
status | connectionStatus | 网络连接状态。 可取值为:unknown 、attempted 、succeeded 、blocked 、failed 。 |
urlParameters | String | 参数 (目标 URL 的后缀) 。 |
securityNetworkProtocol 值
成员 | 值 | 说明 |
---|---|---|
unknown | -1 | 未知协议。 |
ip | 0 | 网际协议。 |
icmp | 1 | Internet 控制消息协议。 |
igmp | 2 | Internet 组管理协议。 |
ggp | 3 | 网关到网关协议。 |
ipv4 | 4 | Internet 协议版本 4。 |
tcp | 6 | 传输控制协议。 |
狗 | 12 | PARC 通用数据包协议。 |
udp | 17 | 用户数据报协议。 |
idp | 22 | Internet 数据报协议。 |
ipv6 | 41 | Internet 协议版本 6 (ipv6) 。 |
ipv6RoutingHeader | 43 | ipv6 路由标头。 |
ipv6FragmentHeader | 44 | ipv6 Fragment 标头。 |
ipSecEncapsulatingSecurityPayload | 50 | ipv6 封装安全有效负载标头。 |
ipSecAuthenticationHeader | 51 | ipv6 身份验证标头。 |
icmpV6 | 58 | ipv6 的 Internet 控制消息协议。 |
ipv6NoNextHeader | 59 | ipv6 无下一个标头。 |
ipv6DestinationOptions | 60 | ipv6 目标选项标头。 |
nd | 77 | Net Disk 协议 (非官方) 。 |
生 | 255 | 原始 IP 数据包协议。 |
ipx | 1000 | Internet 数据包交换协议。 |
spx | 1256 | 顺序数据包交换协议。 |
spxII | 1257 | 顺序数据包交换版本 2 协议。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"applicationName": "String",
"destinationAddress": "String",
"destinationDomain": "String",
"destinationLocation": "String",
"destinationPort": "String",
"destinationUrl": "String",
"direction": "String",
"domainRegisteredDateTime": "String (timestamp)",
"localDnsName": "String",
"natDestinationAddress": "String",
"natDestinationPort": "String",
"natSourceAddress": "String",
"natSourcePort": "String",
"protocol": "string",
"riskScore": "String",
"sourceAddress": "String",
"sourceLocation": "String",
"sourcePort": "String",
"status": "String",
"urlParameters": "String"
}