iosVpnSecurityAssociationParameters リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
VPN セキュリティ関連付けパラメーター
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| securityEncryptionAlgorithm | vpnEncryptionAlgorithmType | 暗号化アルゴリズム。 可能な値は、aes256、des、tripleDes、aes128、aes128Gcm、aes256Gcm、aes192、aes192Gcm、chaCha20Poly1305 です。 |
| securityIntegrityAlgorithm | vpnIntegrityAlgorithmType | 整合性アルゴリズム。 使用可能な値: sha2_256、sha1_96、sha1_160、sha2_384、sha2_512、md5。 |
| securityDiffieHellmanGroup | Int32 | Diffie-Hellman グループ |
| lifetimeInMinutes | Int32 | 有効期間 (分) |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.iosVpnSecurityAssociationParameters",
"securityEncryptionAlgorithm": "String",
"securityIntegrityAlgorithm": "String",
"securityDiffieHellmanGroup": 1024,
"lifetimeInMinutes": 1024
}
フィードバック
フィードバックの送信と表示