Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.69 KB

security-vmmetadata.md

File metadata and controls

53 lines (43 loc) · 1.69 KB
title description ms.date author ms.localizationpriority ms.subservice doc_type
vmMetadata resource type
Metadata of the Virtual Machine (VM) Microsoft Defender for Endpoint is running on.
11/11/2022
BenAlfasi
medium
security
resourcePageType

vmMetadata resource type

Namespace: microsoft.graph.security

Metadata of the virtual machine (VM) Microsoft Defender for Endpoint is running on.

Properties

Property Type Description
cloudProvider microsoft.graph.security.vmCloudProvider The cloud provider hosting the virtual machine. The possible values are: unknown, azure, unknownFutureValue.
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.

vmCloudProvider values

Member Description
unknown Unknown provider.
azure The virtual machine is hosted in the Microsoft Azure cloud.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.vmMetadata",
  "vmId": "String",
  "cloudProvider": "String",
  "resourceId": "String",
  "subscriptionId": "String"
}