Class AttackStepNode
Detailed steps the attack can take between path nodes.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class AttackStepNode : IDirectResponseSchema
Properties
Description
Attack step description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
User friendly name of the attack step
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Attack step labels for metadata
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Type
Attack step type. Can be either AND, OR or DEFENSE
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Uuid
Unique ID for one Node
Declaration
[JsonProperty("uuid")]
public virtual string Uuid { get; set; }
Property Value
Type | Description |
---|---|
string |