{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.cloudPcAuditResource", "title": "cloudPcAuditResource", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The display name of the modified resource entity.", "nullable": true }, "modifiedProperties": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditProperty" }, "description": "The list of modified properties." }, "resourceId": { "type": "string", "description": "The unique identifier of the modified resource entity." }, "@odata.type": { "type": "string" } } }