Microsoft Graph · Schema

cloudPcProvisioningPolicyAutopatch

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
autopatchGroupId string The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the sam
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcprovisioningpolicyautopatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAutopatch",
  "title": "cloudPcProvisioningPolicyAutopatch",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "autopatchGroupId": {
      "type": "string",
      "description": "The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the same Autopatch group ID share unified software update management. The default value is null that indicates that no Autopatch group is associated with the provisioning policy.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}