ISecurityAlert.ResourceIdentifier Property

Definition

The list of resource identifiers of the alert.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The list of resource identifiers of the alert.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceIdentifiers", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny> ResourceIdentifier { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The list of resource identifiers of the alert.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceIdentifiers", Update=false)>]
member this.ResourceIdentifier : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny>
Public ReadOnly Property ResourceIdentifier As List(Of IAny)

Property Value

Attributes

Applies to