windows10XVpnConfiguration リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
WindowsX VPN 構成プロファイル
deviceManagementResourceAccessProfileBase から継承する
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | プロファイル識別子 deviceManagementResourceAccessProfileBase から継承 |
| version | Int32 | プロファイルのバージョンdeviceManagementResourceAccessProfileBaseから継承 |
| displayName | String | プロファイル表示名deviceManagementResourceAccessProfileBaseから継承 |
| description | String | プロファイルの説明deviceManagementResourceAccessProfileBaseから継承 |
| creationDateTime | DateTimeOffset | DateTime プロファイルが作成されましたdeviceManagementResourceAccessProfileBaseから継承 |
| lastModifiedDateTime | DateTimeOffset | DateTime プロファイルが最後に変更されたdeviceManagementResourceAccessProfileBaseから継承 |
| roleScopeTagIds | String collection | deviceManagementResourceAccessProfileBaseから継承されたスコープ タグ |
| authenticationCertificateId | Guid | 認証証明書の ID |
| customXmlFileName | String | カスタム Xml ファイル名。 |
| customXml | Binary | VPN 接続を構成するカスタム XML コマンド。 (UTF8 バイト エンコード) |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | deviceManagementResourceAccessProfileAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceManagementResourceAccessProfileBase から継承 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windows10XVpnConfiguration",
"id": "String (identifier)",
"version": 1024,
"displayName": "String",
"description": "String",
"creationDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"authenticationCertificateId": "Guid",
"customXmlFileName": "String",
"customXml": "binary"
}
フィードバック
フィードバックの送信と表示