命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
VPN 安全关联参数
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| encryptionMethod | vpnEncryptionAlgorithmType | 加密方法。 可能的值为:、、、、aes192aes128Gcmaes128tripleDesaes256Gcm、aes192Gcm、 。 chaCha20Poly1305desaes256 |
| integrityCheckMethod | vpnIntegrityAlgorithmType | 完整性检查方法。 可能的值包括 sha2_256、sha1_96、sha1_160、sha2_384、sha2_512、md5。 |
| dhGroup | diffieHellmanGroup | 迪菲·赫尔曼集团 可能的值包括 group1、group2、group14、ecp256、ecp384、group24。 |
| cipherTransformConstants | vpnEncryptionAlgorithmType | 密码转换常量。 可能的值为:、、、、aes192aes128Gcmaes128tripleDesaes256Gcm、aes192Gcm、 。 chaCha20Poly1305desaes256 |
| authenticationTransformConstants | authenticationTransformConstant | 身份验证转换常量。 可能的值包括 md5_96、sha1_96、sha_256_128、aes128Gcm、aes192Gcm、aes256Gcm。 |
| pfsGroup | perfectForwardSecrecyGroup | 完美向前保密组。 可取值包括:pfs1、pfs2、pfs2048、ecp256、ecp384、pfsMM、pfs24。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.cryptographySuite",
"encryptionMethod": "String",
"integrityCheckMethod": "String",
"dhGroup": "String",
"cipherTransformConstants": "String",
"authenticationTransformConstants": "String",
"pfsGroup": "String"
}