Microsoft Graph · Schema

microsoft.graph.security.azureResourceEvidence

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityazureresourceevidence-schema.json Raw ↑
{
  "$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"
}