Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.18 KB

File metadata and controls

44 lines (33 loc) · 1.18 KB
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

cloudPcConnectionSetting resource type

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.

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.cloudPcConnectionSetting",
  "enableSingleSignOn": "false",
}