type de ressource cryptographySuite
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Paramètres d’association de sécurité VPN
Propriétés
Propriété | Type | Description |
---|---|---|
encryptionMethod | vpnEncryptionAlgorithmType | Méthode de chiffrement. Les valeurs possibles sont les suivantes : aes256 , des , tripleDes , aes128 , aes128Gcm , aes256Gcm , aes192 , aes192Gcm , chaCha20Poly1305 . |
integrityCheckMethod | vpnIntegrityAlgorithmType | Méthode de vérification de l’intégrité. Les valeurs possibles sont sha2_256 , sha1_96 , sha1_160 , sha2_384 , sha2_512 , md5 . |
dhGroup | diffieHellmanGroup | Groupe Diffie Hellman. Les valeurs possibles sont group1 , group2 , group14 , ecp256 , ecp384 , group24 . |
cipherTransformConstants | vpnEncryptionAlgorithmType | Constantes de transformation de chiffrement. Les valeurs possibles sont les suivantes : aes256 , des , tripleDes , aes128 , aes128Gcm , aes256Gcm , aes192 , aes192Gcm , chaCha20Poly1305 . |
authenticationTransformConstants | authenticationTransformConstant | Constantes de transformation d’authentification. Les valeurs possibles sont md5_96 , sha1_96 , sha_256_128 , aes128Gcm , aes192Gcm , aes256Gcm . |
pfsGroup | perfectForwardSecrecyGroup | Perfect Forward Secrety Group. Valeurs possibles : pfs1 , pfs2 , pfs2048 , ecp256 , ecp384 , pfsMM , pfs24 . |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.cryptographySuite",
"encryptionMethod": "String",
"integrityCheckMethod": "String",
"dhGroup": "String",
"cipherTransformConstants": "String",
"authenticationTransformConstants": "String",
"pfsGroup": "String"
}