tunnelConfigurationIKEv2Custom 资源类型

Namespace:microsoft.graph.networkaccess

重要

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

指定连接设置,例如用于建立连接的协议、IPSec 策略和预注册密钥。

继承自 microsoft.graph.networkaccess.tunnelConfiguration

属性

属性 类型 说明
dhGroup microsoft.graph.networkaccess.dhGroup 指定 IPSec SA 协商的 DH 组标识符。 可能的值包括 dhGroup14dhGroup24dhGroup2048ecp256ecp384
ikeEncryption microsoft.graph.networkaccess.ikeEncryption 指定 IKE 加密协议。 可能的值包括 aes128aes192aes256gcmAes128gcmAes256
ikeIntegrity microsoft.graph.networkaccess.ikeIntegrity 指定 IKE 协议的集成属性。 可能的值包括 sha256sha384gcmAes128gcmAes256
ipSecEncryption microsoft.graph.networkaccess.ipSecEncryption 指定用于 IPSec 隧道的加密协议。 可能的值包括 nonegcmAes128gcmAes192gcmAes256
ipSecIntegrity microsoft.graph.networkaccess.ipSecIntegrity 指定 IPSec 协议的完整性属性。 可能的值包括 gcmAes128gcmAes192gcmAes256sha256
pfsGroup microsoft.graph.networkaccess.pfsGroup 指定 IPSec SA 协商的阶段 2 DH 组标识符。 可能的值为:、、、、pfsmmpfs24pfs14pfs2pfs2048ecp256、 。 ecp384pfs1none
preSharedKey String 在边缘上的链接和 VPN 隧道之间建立安全连接的密钥。 继承自 microsoft.graph.networkaccess.tunnelConfiguration
saLifeTimeSeconds Int64 具有 RFC 标准中建议值的标准指定安全关联生存期。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.networkaccess.tunnelConfigurationIKEv2Custom",
  "preSharedKey": "String",
  "saLifeTimeSeconds": "Integer",
  "ipSecEncryption": "String",
  "ipSecIntegrity": "String",
  "ikeEncryption": "String",
  "ikeIntegrity": "String",
  "dhGroup": "String",
  "pfsGroup": "String"
}