Class AttackStepNode
Inheritance
AttackStepNode
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class AttackStepNode : IDirectResponseSchema
Properties
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Labels
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Uuid
Declaration
[JsonProperty("uuid")]
public virtual string Uuid { get; set; }
Property Value
Implements