windows10VpnConfiguration リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
このプロファイルに構成を指定すると、Windows 10 デバイス (デスクトップまたはモバイル) に、目的の VPN エンドポイントに接続するように指示できます。 VPN エンドポイントで想定される認証方法とセキュリティの種類を指定することで、エンド ユーザーに対して VPN 接続をシームレスにすることができます。
windowsVpnConfiguration から継承します
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
windows10VpnConfigurations を一覧表示する | windows10VpnConfiguration コレクション | windows10VpnConfiguration オブジェクトのプロパティとリレーションシップを一覧表示します。 |
windows10VpnConfiguration を取得する | windows10VpnConfiguration | windows10VpnConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
windows10VpnConfiguration を作成する | windows10VpnConfiguration | 新しい windows10VpnConfiguration オブジェクトを 作成します。 |
windows10VpnConfiguration を削除する | なし | windows10VpnConfiguration を削除します。 |
Windows10VpnConfiguration を更新する | windows10VpnConfiguration | windows10VpnConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 deviceConfiguration から継承します |
lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します |
supportsScopeTags | ブール型 | 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 deviceConfiguration から継承します |
deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | このポリシーの OS エディションの適用性。 deviceConfiguration から継承します |
deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します |
deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | このポリシーのデバイス モードの適用規則。 deviceConfiguration から継承します |
createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 deviceConfiguration から継承します |
description | String | 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します |
displayName | String | 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します |
version | Int32 | デバイス構成のバージョン。 deviceConfiguration から継承します |
connectionName | String | ユーザーに表示される接続名。 windowsVpnConfiguration から継承 |
サーバー | vpnServer コレクション | ネットワーク上の VPN サーバーの一覧。 エンド ユーザーがこれらのネットワークの場所にアクセスできることを確認します。 このコレクションには、最大で 500 個の要素を含めることができます。 windowsVpnConfiguration から継承 |
customXml | Binary | VPN 接続を構成するカスタム XML コマンド。 (UTF8 でエンコードされたバイト配列)windowsVpnConfiguration から継承 |
profileTarget | windows10VpnProfileTarget | プロファイルターゲットの種類。 可能な値は user 、device 、autoPilotDevice です。 |
connectionType | windows10VpnConnectionType | 接続の種類。 可能な値は、pulseSecure 、f5EdgeClient 、dellSonicWallMobileConnect 、checkPointCapsuleVpn 、automatic 、ikEv2 、l2tp 、pptp 、citrix 、paloAltoGlobalProtect 、ciscoAnyConnect 、unknownFutureValue 、microsoftTunnel です。 |
enableSplitTunneling | ブール型 | スプリット トンネリングを有効にします。 |
enableAlwaysOn | ブール型 | Always On モードを有効にします。 |
enableDeviceTunnel | ブール型 | デバイス トンネルを有効にします。 |
enableDnsRegistration | ブール型 | 内部 DNS で IP アドレス登録を有効にします。 |
dnsSuffixes | String collection | DNS 検索リストに追加する DNS サフィックスを指定して、短い名前を適切にルーティングします。 |
microsoftTunnelSiteId | String | VPN プロファイルに関連付けられている Microsoft Tunnel サイトの ID。 |
authenticationMethod | windows10VpnAuthenticationMethod | 認証方法。 使用可能な値: certificate 、usernameAndPassword 、customEapXml 、derivedCredential 。 |
rememberUserCredentials | ブール型 | ユーザーの資格情報を記憶します。 |
enableConditionalAccess | ブール型 | 条件付きアクセスを有効にします。 |
enableSingleSignOnWithAlternateCertificate | ブール型 | 代替証明書でシングル サインオン (SSO) を有効にします。 |
singleSignOnEku | extendedKeyUsage | シングル サインオン拡張キー使用法 (EKU)。 |
singleSignOnIssuerHash | String | シングル サインオン発行者ハッシュ。 |
eapXml | Binary | 拡張認証プロトコル (EAP) XML。 (UTF8 でエンコードされたバイト配列) |
proxyServer | windows10VpnProxyServer | プロクシ。 |
associatedApps | windows10AssociatedApps コレクション | 関連付けられているアプリ。 このコレクションには、最大で 10000 個の要素を含めることができます。 |
onlyAssociatedAppsCanUseConnection | ブール型 | 接続 (アプリごとの VPN) を使用できるのは、関連付けられているアプリのみです。 |
windowsInformationProtectionDomain | String | この接続に関連付ける Windows Information Protection (WIP) ドメイン。 |
trafficRules | vpnTrafficRule コレクション | トラフィック ルール。 このコレクションには、最大で 1000 個の要素を含めることができます。 |
ルート | vpnRoute コレクション | ルート (サード パーティ プロバイダーの場合は省略可能)。 このコレクションには、最大で 1000 個の要素を含めることができます。 |
dnsRules | vpnDnsRule コレクション | DNS ルール。 このコレクションには、最大で 1000 個の要素を含めることができます。 |
trustedNetworkDomains | String collection | 信頼されたネットワーク ドメイン |
cryptographySuite | cryptographySuite | Windows10 以降の IKEv2 VPN の暗号化スイートのセキュリティ設定 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
groupAssignments | deviceConfigurationGroupAssignment コレクション | デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します |
assignments | deviceConfigurationAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します |
deviceStatuses | deviceConfigurationDeviceStatus コレクション | デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します |
userStatuses | deviceConfigurationUserStatus コレクション | ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します |
deviceStatusOverview | deviceConfigurationDeviceOverview | デバイス構成のデバイス状態の概要 (deviceConfiguration から継承) |
userStatusOverview | deviceConfigurationUserOverview | デバイス構成のユーザー状態の概要 (deviceConfiguration から継承) |
deviceSettingStateSummaries | settingStateDeviceSummary コレクション | デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承) |
identityCertificate | windowsCertificateProfileBase | 認証方法が証明書の場合のクライアント認証の ID 証明書。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windows10VpnConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"supportsScopeTags": true,
"deviceManagementApplicabilityRuleOsEdition": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
"osEditionTypes": [
"String"
],
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleOsVersion": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
"minOSVersion": "String",
"maxOSVersion": "String",
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleDeviceMode": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
"deviceMode": "String",
"name": "String",
"ruleType": "String"
},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024,
"connectionName": "String",
"servers": [
{
"@odata.type": "microsoft.graph.vpnServer",
"description": "String",
"address": "String",
"isDefaultServer": true
}
],
"customXml": "binary",
"profileTarget": "String",
"connectionType": "String",
"enableSplitTunneling": true,
"enableAlwaysOn": true,
"enableDeviceTunnel": true,
"enableDnsRegistration": true,
"dnsSuffixes": [
"String"
],
"microsoftTunnelSiteId": "String",
"authenticationMethod": "String",
"rememberUserCredentials": true,
"enableConditionalAccess": true,
"enableSingleSignOnWithAlternateCertificate": true,
"singleSignOnEku": {
"@odata.type": "microsoft.graph.extendedKeyUsage",
"name": "String",
"objectIdentifier": "String"
},
"singleSignOnIssuerHash": "String",
"eapXml": "binary",
"proxyServer": {
"@odata.type": "microsoft.graph.windows10VpnProxyServer",
"automaticConfigurationScriptUrl": "String",
"address": "String",
"port": 1024,
"bypassProxyServerForLocalAddress": true
},
"associatedApps": [
{
"@odata.type": "microsoft.graph.windows10AssociatedApps",
"appType": "String",
"identifier": "String"
}
],
"onlyAssociatedAppsCanUseConnection": true,
"windowsInformationProtectionDomain": "String",
"trafficRules": [
{
"@odata.type": "microsoft.graph.vpnTrafficRule",
"name": "String",
"protocols": 1024,
"localPortRanges": [
{
"@odata.type": "microsoft.graph.numberRange",
"lowerNumber": 1024,
"upperNumber": 1024
}
],
"remotePortRanges": [
{
"@odata.type": "microsoft.graph.numberRange",
"lowerNumber": 1024,
"upperNumber": 1024
}
],
"localAddressRanges": [
{
"@odata.type": "microsoft.graph.iPv4Range",
"lowerAddress": "String",
"upperAddress": "String"
}
],
"remoteAddressRanges": [
{
"@odata.type": "microsoft.graph.iPv4Range",
"lowerAddress": "String",
"upperAddress": "String"
}
],
"appId": "String",
"appType": "String",
"routingPolicyType": "String",
"claims": "String",
"vpnTrafficDirection": "String"
}
],
"routes": [
{
"@odata.type": "microsoft.graph.vpnRoute",
"destinationPrefix": "String",
"prefixSize": 1024
}
],
"dnsRules": [
{
"@odata.type": "microsoft.graph.vpnDnsRule",
"name": "String",
"servers": [
"String"
],
"proxyServerUri": "String",
"autoTrigger": true,
"persistent": true
}
],
"trustedNetworkDomains": [
"String"
],
"cryptographySuite": {
"@odata.type": "microsoft.graph.cryptographySuite",
"encryptionMethod": "String",
"integrityCheckMethod": "String",
"dhGroup": "String",
"cipherTransformConstants": "String",
"authenticationTransformConstants": "String",
"pfsGroup": "String"
}
}