{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.securityResource", "title": "securityResource", "required": [ "@odata.type" ], "type": "object", "properties": { "resource": { "type": "string", "description": "Name of the resource that is related to current alert. Required.", "nullable": true }, "resourceType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.securityResourceType" }, { "type": "object", "nullable": true } ], "description": "Represents type of security resources related to an alert. The possible values are: attacked, related." }, "@odata.type": { "type": "string" } } }