| title | cloudPcConnectionSetting resource type |
|---|---|
| description | The connection setting of a Cloud PC. Currently, only enableSingleSignOn is supported. |
| author | AshleyYangSZ |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 06/20/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The connection setting of a Cloud PC. Currently, only enableSingleSignOn is supported. IT admins can enable it by updating the provisioning policy and calling applyConfig/apply API.
| 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.cloudPcConnectionSetting",
"enableSingleSignOn": "false",
}