cryptographySuite-Ressourcentyp
Namespace: microsoft.graph
Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Parameter für die VPN-Sicherheitszuordnung
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
encryptionMethod | vpnEncryptionAlgorithmType | Verschlüsselungsmethode. Mögliche Werte: aes256 , des , tripleDes , aes128 , aes128Gcm , aes256Gcm , aes192 , aes192Gcm , chaCha20Poly1305 . |
integrityCheckMethod | vpnIntegrityAlgorithmType | Integritätsprüfungsmethode. Mögliche Werte sind: sha2_256 , sha1_96 , sha1_160 , sha2_384 , sha2_512 und md5 . |
dhGroup | diffieHellmanGroup | Diffie Hellman Group. Mögliche Werte sind: group1 , group2 , group14 , ecp256 , ecp384 und group24 . |
cipherTransformConstants | vpnEncryptionAlgorithmType | Verschlüsselungstransformationskonstanten. Mögliche Werte: aes256 , des , tripleDes , aes128 , aes128Gcm , aes256Gcm , aes192 , aes192Gcm , chaCha20Poly1305 . |
authenticationTransformConstants | authenticationTransformConstant | Authentifizierungstransformationskonstanten. Mögliche Werte sind: md5_96 , sha1_96 , sha_256_128 , aes128Gcm , aes192Gcm und aes256Gcm . |
pfsGroup | perfectForwardSecrecyGroup | Perfect Forward Secrecy Group. Mögliche Werte: pfs1 , pfs2 , pfs2048 , ecp256 , ecp384 , pfsMM , pfs24 . |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.cryptographySuite",
"encryptionMethod": "String",
"integrityCheckMethod": "String",
"dhGroup": "String",
"cipherTransformConstants": "String",
"authenticationTransformConstants": "String",
"pfsGroup": "String"
}