Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.38 KB

File metadata and controls

48 lines (35 loc) · 1.38 KB
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

cloudPcConnectionSettings resource type (deprecated)

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.

Properties

Property Type Description
enableSingleSignOn Boolean Indicates whether single sign-on is enabled. The default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcConnectionSettings",
  "enableSingleSignOn": false,
}