Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.92 KB

File metadata and controls

68 lines (52 loc) · 1.92 KB
title securityVendorInformation resource type (deprecated)
description > **Important:** APIs under the /beta version in Microsoft Graph are in preview and are subject to change. Use of these APIs in production applications isn't supported.
ms.localizationpriority medium
author preetikr
ms.subservice security
doc_type resourcePageType
ms.date 03/21/2024
ROBOTS NOINDEX

securityVendorInformation resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE security-alerts-v1-deprecation]

Contains details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=Windows Defender ATP; subProvider=AppLocker).

Properties

Property Type Description
provider String Specific provider (product/service - not vendor company); for example, WindowsDefenderATP.
providerVersion String Version of the provider or subprovider, if it exists, that generated the alert. Required
subProvider String Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen.
vendor String Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "provider": "String",
  "providerVersion": "String",
  "subProvider": "String",
  "vendor": "String"
}