目标资源类型
命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
唯一的网络目标。
属性
属性 | 类型 | 说明 |
---|---|---|
deviceCount | Int32 | 看到的唯一设备数。 |
Fqdn | String | 完全限定的域名 (目标的 FQDN) 。 |
Ip | String | Internet 协议 (用于访问目标的 IP) 。 |
lastAccessDateTime | DateTimeOffset | 最近访问的 DateTime。 |
networkingProtocol | microsoft.graph.networkaccess.networkingProtocol | 管理网络中设备之间的数据传输的通信规则和约定集。 可能的值为:、、、、ggp tcp ipv4 idp ipv6 udp igmp pup 、ipv6FragmentHeader icmpV6 ipSecAuthenticationHeader ipSecEncapsulatingSecurityPayload ipv6DestinationOptions ipv6NoNextHeader ipv6RoutingHeader 、nd 、、、raw 、ipx 、、 spx 和 。spxII icmp ip |
港口 | Int32 | 与网络中的特定终结点关联的数字标识符。 |
trafficType | microsoft.graph.networkaccess.trafficType | 流量分类。 可取值为:internet 、private 、microsoft365 和 all 。 |
transactionCount | Int32 | 事务数。 |
userCount | Int32 | 看到的唯一Microsoft Entra ID用户数。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.networkaccess.destination",
"fqdn": "String",
"ip": "String",
"port": "Integer",
"networkingProtocol": "String",
"trafficType": "String",
"lastAccessDateTime": "String (timestamp)",
"transactionCount": "Integer",
"userCount": "Integer",
"deviceCount": "Integer"
}