cryptographySuite 资源类型

命名空间:microsoft.graph

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

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

VPN 安全关联参数

属性

属性 类型 说明
encryptionMethod vpnEncryptionAlgorithmType 加密方法。 可取值为:aes256destripleDesaes128aes128Gcmaes256Gcmaes192aes192GcmchaCha20Poly1305
integrityCheckMethod vpnIntegrityAlgorithmType 完整性检查方法。 可取值为:sha2_256sha1_96sha1_160sha2_384sha2_512md5
dhGroup diffieHellmanGroup 迪菲·赫尔曼集团 可取值为:group1group2group14ecp256ecp384group24
cipherTransformConstants vpnEncryptionAlgorithmType 密码转换常量。 可取值为:aes256destripleDesaes128aes128Gcmaes256Gcmaes192aes192GcmchaCha20Poly1305
authenticationTransformConstants authenticationTransformConstant 身份验证转换常量。 可取值为:md5_96sha1_96sha_256_128aes128Gcmaes192Gcmaes256Gcm
pfsGroup perfectForwardSecrecyGroup 完美向前保密组。 可取值为:pfs1pfs2pfs2048ecp256ecp384pfsMMpfs24

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.cryptographySuite",
  "encryptionMethod": "String",
  "integrityCheckMethod": "String",
  "dhGroup": "String",
  "cipherTransformConstants": "String",
  "authenticationTransformConstants": "String",
  "pfsGroup": "String"
}