cryptographySuite リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

VPN セキュリティ関連付けパラメーター

プロパティ

プロパティ 説明
encryptionMethod vpnEncryptionAlgorithmType 暗号化方法。 可能な値は、aes256destripleDesaes128aes128Gcmaes256Gcmaes192aes192GcmchaCha20Poly1305 です。
integrityCheckMethod vpnIntegrityAlgorithmType 整合性チェックメソッド。 使用可能な値: sha2_256sha1_96sha1_160sha2_384sha2_512md5
dhGroup diffieHellmanGroup Diffie Hellman Group. 使用可能な値: 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"
}