{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.azureResourceEvidence", "title": "microsoft.graph.security.azureResourceEvidence", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.alertEvidence" }, { "title": "azureResourceEvidence", "required": [ "@odata.type" ], "type": "object", "properties": { "resourceId": { "type": "string", "description": "The unique identifier for the Azure resource.", "nullable": true }, "resourceName": { "type": "string", "description": "The name of the resource.", "nullable": true }, "resourceType": { "type": "string", "description": "The type of the resource.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.security.azureResourceEvidence" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.azureResourceEvidence" }