SecurityAlertData.ResourceIdentifiers Property

Definition

The resource identifiers that can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.). There can be multiple identifiers of different type per alert. Please note SecurityAlertResourceIdentifier is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureResourceIdentifier and LogAnalyticsIdentifier.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertResourceIdentifier> ResourceIdentifiers { get; }
member this.ResourceIdentifiers : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertResourceIdentifier>
Public ReadOnly Property ResourceIdentifiers As IReadOnlyList(Of SecurityAlertResourceIdentifier)

Property Value

Applies to