Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Important
The legacy alerts API is deprecated and will be retired on August 31, 2026. Migrate to the new alerts and incidents API. For more information, see Migrate from legacy alerts to the alerts and incidents API.
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 |
JSON representation
The following JSON representation shows the resource type.
{
"provider": "String",
"providerVersion": "String",
"subProvider": "String",
"vendor": "String"
}