cloudPcConnectionSetting resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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",
}