| title | cloudPcConnectionSettings resource type (deprecated) |
|---|---|
| description | The connection settings of a Cloud PC. Currently, only enableSingleSignOn is supported. |
| author | doudoujinjin |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 09/08/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The connection settings of a Cloud PC. Currently, only enableSingleSignOn is supported. IT admins can enable it by updating the provisioning policy and calling applyConfig/apply API.
Note
This resource type is deprecated and stopped returning data on August 31, 2024. Use cloudPcConnectionSetting instead.
| Property | Type | Description |
|---|---|---|
| enableSingleSignOn | Boolean | Indicates whether single sign-on is enabled. The default value is false. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcConnectionSettings",
"enableSingleSignOn": false,
}