{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.vmMetadata", "title": "vmMetadata", "required": [ "@odata.type" ], "type": "object", "properties": { "cloudProvider": { "$ref": "#/components/schemas/microsoft.graph.security.vmCloudProvider" }, "resourceId": { "type": "string", "description": "Unique identifier of the Azure resource.", "nullable": true }, "subscriptionId": { "type": "string", "description": "Unique identifier of the Azure subscription the customer tenant belongs to.", "nullable": true }, "vmId": { "type": "string", "description": "Unique identifier of the virtual machine instance.", "nullable": true }, "@odata.type": { "type": "string" } } }