你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Alert.Intent Property

Definition

Gets the kill chain related intent behind the alert. For list of supported values, and explanations of Azure Security Center's supported kill chain intents. Possible values include: 'Unknown', 'PreAttack', 'InitialAccess', 'Persistence', 'PrivilegeEscalation', 'DefenseEvasion', 'CredentialAccess', 'Discovery', 'LateralMovement', 'Execution', 'Collection', 'Exfiltration', 'CommandAndControl', 'Impact', 'Probing', 'Exploitation'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.intent")]
public string Intent { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.intent")>]
member this.Intent : string
Public ReadOnly Property Intent As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to