appleVpnAlwaysOnConfiguration 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

适用于 MacOS 和 iOS IKEv2 的Always On VPN 配置

属性

属性 类型 说明
tunnelConfiguration vpnTunnelConfigurationType 确定特定隧道配置应用于哪些连接。 可取值为:wifiAndCellularcellularwifi
userToggleEnabled 布尔值 允许用户使用 UI 切换 VPN 配置
voicemailExceptionAction vpnServiceExceptionAction 确定是否将语音邮件服务从始终启用 VPN 连接中免除。 可取值为:forceTrafficViaVPNallowTrafficOutsidedropTraffic
airPrintExceptionAction vpnServiceExceptionAction 确定是否将 AirPrint 服务从始终启用 VPN 连接中免除。 可取值为:forceTrafficViaVPNallowTrafficOutsidedropTraffic
cellularExceptionAction vpnServiceExceptionAction 确定手机网络服务是否不受始终启用 VPN 连接的影响。 可取值为:forceTrafficViaVPNallowTrafficOutsidedropTraffic
allowAllCaptiveNetworkPlugins 布尔值 指定是否应允许来自所有强制网络插件的流量在 VPN 外部
allowedCaptiveNetworkPlugins specifiedCaptiveNetworkPlugins 确定是否允许所有、某些或不允许非本机捕获网络应用
allowCaptiveWebSheet 布尔值 确定是否允许来自 Websheet 应用的流量在 VPN 外部
natKeepAliveIntervalInSeconds Int32 指定通过 VPN 发送网络地址转换保持包的频率(以秒为单位)
natKeepAliveOffloadEnable 布尔值 在设备处于睡眠状态时启用 NAT 保持信号的硬件卸载

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.appleVpnAlwaysOnConfiguration",
  "tunnelConfiguration": "String",
  "userToggleEnabled": true,
  "voicemailExceptionAction": "String",
  "airPrintExceptionAction": "String",
  "cellularExceptionAction": "String",
  "allowAllCaptiveNetworkPlugins": true,
  "allowedCaptiveNetworkPlugins": {
    "@odata.type": "microsoft.graph.specifiedCaptiveNetworkPlugins",
    "allowedBundleIdentifiers": [
      "String"
    ]
  },
  "allowCaptiveWebSheet": true,
  "natKeepAliveIntervalInSeconds": 1024,
  "natKeepAliveOffloadEnable": true
}