cryptographySuite リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
VPN セキュリティ関連付けパラメーター
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
encryptionMethod | vpnEncryptionAlgorithmType | 暗号化方法。 可能な値は、aes256 、des 、tripleDes 、aes128 、aes128Gcm 、aes256Gcm 、aes192 、aes192Gcm 、chaCha20Poly1305 です。 |
integrityCheckMethod | vpnIntegrityAlgorithmType | 整合性チェック メソッド。 使用可能な値: sha2_256 、sha1_96 、sha1_160 、sha2_384 、sha2_512 、md5 。 |
dhGroup | diffieHellmanGroup | Diffie Hellman Group. 使用可能な値: group1 、group2 、group14 、ecp256 、ecp384 、group24 。 |
cipherTransformConstants | vpnEncryptionAlgorithmType | 暗号変換定数。 可能な値は、aes256 、des 、tripleDes 、aes128 、aes128Gcm 、aes256Gcm 、aes192 、aes192Gcm 、chaCha20Poly1305 です。 |
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"
}