windowsPhone81VpnConfiguration リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

このプロファイルに構成を指定すると、Windows Phone 8.1 に目的の VPN エンドポイントに接続するように指示できます。 VPN エンドポイントで必要な認証方法とセキュリティの種類を指定することで、エンド ユーザーの VPN 接続をシームレスにすることができます。

windows81VpnConfiguration から継承

メソッド

メソッド 戻り値の型 説明
windowsPhone81VpnConfigurations を一覧表示する windowsPhone81VpnConfiguration コレクション windowsPhone81VpnConfiguration オブジェクトのプロパティとリレーションシップを一覧表示します。
windowsPhone81VpnConfiguration を取得する windowsPhone81VpnConfiguration windowsPhone81VpnConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
windowsPhone81VpnConfiguration を作成する windowsPhone81VpnConfiguration 新しい windowsPhone81VpnConfiguration オブジェクトを 作成します。
windowsPhone81VpnConfiguration を削除する なし windowsPhone81VpnConfiguration を削除します
windowsPhone81VpnConfiguration を更新する windowsPhone81VpnConfiguration windowsPhone81VpnConfiguration オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
roleScopeTagIds String collection このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します
supportsScopeTags ブール値 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 この値が false で、エンティティがスコープユーザーに表示されない場合、ScopeTags プロパティへの割り当ては許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して行われ、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition このポリシーの OS エディションの適用性。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode このポリシーのデバイス モード適用規則。 deviceConfiguration から継承します
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。 deviceConfiguration から継承します
説明 String 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します
displayName String 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します
version Int32 デバイス構成のバージョン。 deviceConfiguration から継承します
connectionName String ユーザーに表示される接続名。 windowsVpnConfiguration から継承
サーバー vpnServer コレクション ネットワーク上の VPN サーバーの一覧。 エンド ユーザーがこれらのネットワークの場所にアクセスできることを確認します。 このコレクションには、最大で 500 個の要素を含めることができます。 windowsVpnConfiguration から継承
customXml Binary VPN 接続を構成するカスタム XML コマンド。 (UTF8 エンコードされたバイト配列)windowsVpnConfiguration から継承
applyOnlyToWindows81 Boolean このポリシーを Windows 8.1 にのみ適用するかどうかを示す値。 このプロパティは読み取り専用です。 windows81VpnConfiguration から継承
connectionType windowsVpnConnectionType 接続の種類。 windows81VpnConfiguration から継承されます。 使用可能な値: pulseSecuref5EdgeClientdellSonicWallMobileConnectcheckPointCapsuleVpn
loginGroupOrDomain String 接続の種類が Dell SonicWALL Mobile Connection に設定されている場合のログイン グループまたはドメイン。 windows81VpnConfiguration から継承
enableSplitTunneling ブール値 VPN の分割トンネリングを有効にします。 windows81VpnConfiguration から継承
proxyServer windows81VpnProxyServer プロキシ サーバー。 windows81VpnConfiguration から継承
bypassVpnOnCompanyWifi ブール値 会社の Wi-Fi で VPN をバイパスします。
bypassVpnOnHomeWifi ブール値 自宅の Wi-Fi で VPN をバイパスします。
authenticationMethod vpnAuthenticationMethod 認証方法。 可能な値は、certificateusernameAndPasswordsharedSecretderivedCredentialazureAD です。
rememberUserCredentials ブール値 ユーザー資格情報を記憶します。
dnsSuffixSearchList String collection DNS サフィックス検索リスト。

リレーションシップ

リレーションシップ 説明
groupAssignments deviceConfigurationGroupAssignment コレクション デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します
assignments deviceConfigurationAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します
deviceStatuses deviceConfigurationDeviceStatus コレクション デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します
userStatuses deviceConfigurationUserStatus コレクション ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します
deviceStatusOverview deviceConfigurationDeviceOverview デバイス構成のデバイス状態の概要 (deviceConfiguration から継承)
userStatusOverview deviceConfigurationUserOverview デバイス構成のユーザー状態の概要 (deviceConfiguration から継承)
deviceSettingStateSummaries settingStateDeviceSummary コレクション デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承)
identityCertificate windowsPhone81CertificateProfileBase 認証方法が証明書である場合のクライアント認証の ID 証明書。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsPhone81VpnConfiguration",
  "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",
  "applyOnlyToWindows81": true,
  "connectionType": "String",
  "loginGroupOrDomain": "String",
  "enableSplitTunneling": true,
  "proxyServer": {
    "@odata.type": "microsoft.graph.windows81VpnProxyServer",
    "automaticConfigurationScriptUrl": "String",
    "address": "String",
    "port": 1024,
    "automaticallyDetectProxySettings": true,
    "bypassProxyServerForLocalAddress": true
  },
  "bypassVpnOnCompanyWifi": true,
  "bypassVpnOnHomeWifi": true,
  "authenticationMethod": "String",
  "rememberUserCredentials": true,
  "dnsSuffixSearchList": [
    "String"
  ]
}