tunnelConfigurationIKEv2Custom リソースの種類
名前空間: microsoft.graph.networkaccess
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
接続を確立するためのプロトコル、IPSec ポリシー、事前設定されたキーなどの接続設定を指定します。
microsoft.graph.networkaccess.tunnelConfiguration から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
dhGroup | microsoft.graph.networkaccess.dhGroup | IPSec SA ネゴシエーションの DH グループ識別子を指定します。 使用可能な値: dhGroup14 、dhGroup24 、dhGroup2048 、ecp256 、ecp384 。 |
ikeEncryption | microsoft.graph.networkaccess.ikeEncryption | IKE 暗号化プロトコルを指定します。 使用可能な値: aes128 、aes192 、aes256 、gcmAes128 、gcmAes256 。 |
ikeIntegrity | microsoft.graph.networkaccess.ikeIntegrity | IKE プロトコルの統合プロパティを指定します。 使用可能な値: sha256 、sha384 、gcmAes128 、gcmAes256 。 |
ipSecEncryption | microsoft.graph.networkaccess.ipSecEncryption | IPSec トンネルに使用される暗号化プロトコルを指定します。 使用可能な値: none 、gcmAes128 、gcmAes192 、gcmAes256 。 |
ipSecIntegrity | microsoft.graph.networkaccess.ipSecIntegrity | IPSec プロトコルの整合性プロパティを指定します。 使用可能な値: gcmAes128 、gcmAes192 、gcmAes256 、sha256 。 |
pfsGroup | microsoft.graph.networkaccess.pfsGroup | IPSec SA ネゴシエーションのフェーズ 2 DH グループ ID を指定します。 使用可能な値は、 none 、 pfs1 、 pfs2 、 pfs14 、 pfs24 、 pfs2048 、 pfsmm 、 ecp256 、 ecp384 です。 |
preSharedKey | String | エッジ上のリンクと VPN トンネルの間にセキュリティで保護された接続を確立するためのキー。 microsoft.graph.networkaccess.tunnelConfiguration から継承されます。 |
saLifeTimeSeconds | Int64 | RFC 標準からの推奨値を持つ標準仕様のセキュリティ アソシエーションの有効期間。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.networkaccess.tunnelConfigurationIKEv2Custom",
"preSharedKey": "String",
"saLifeTimeSeconds": "Integer",
"ipSecEncryption": "String",
"ipSecIntegrity": "String",
"ikeEncryption": "String",
"ikeIntegrity": "String",
"dhGroup": "String",
"pfsGroup": "String"
}