cryptographySuite 资源类型

命名空间:microsoft.graph

重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。

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

VPN 安全关联参数

属性

属性 类型 说明
encryptionMethod vpnEncryptionAlgorithmType 加密方法。 可能的值为:、、、、aes192aes128Gcmaes128tripleDesaes256Gcmaes192Gcm、 。 chaCha20Poly1305desaes256
integrityCheckMethod vpnIntegrityAlgorithmType 完整性检查方法。 可能的值包括 sha2_256sha1_96sha1_160sha2_384sha2_512md5
dhGroup diffieHellmanGroup 迪菲·赫尔曼集团 可能的值包括 group1group2group14ecp256ecp384group24
cipherTransformConstants vpnEncryptionAlgorithmType 密码转换常量。 可能的值为:、、、、aes192aes128Gcmaes128tripleDesaes256Gcmaes192Gcm、 。 chaCha20Poly1305desaes256
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"
}