Microsoft Graph · Schema

cloudPcWindowsSetting

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
locale string The Windows language or region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcwindowssetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcWindowsSetting",
  "title": "cloudPcWindowsSetting",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "locale": {
      "type": "string",
      "description": "The Windows language or region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}