{ "$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" } } }