Microsoft Graph · Schema

vmMetadata

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
cloudProvider object
resourceId string Unique identifier of the Azure resource.
subscriptionId string Unique identifier of the Azure subscription the customer tenant belongs to.
vmId string Unique identifier of the virtual machine instance.
@odata.type string
View JSON Schema on GitHub

JSON Schema

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