Class AttackDetails.Types.Tactic
Tactic information related to an attack or threat.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class AttackDetails.Types.Tactic : IMessage<AttackDetails.Types.Tactic>, IEquatable<AttackDetails.Types.Tactic>, IDeepCloneable<AttackDetails.Types.Tactic>, IBufferMessage, IMessage
Constructors
Tactic()
Declaration
public Tactic()
Tactic(Tactic)
Declaration
public Tactic(AttackDetails.Types.Tactic other)
Parameters
| Type | Name | Description |
|---|---|---|
| AttackDetails.Types.Tactic | other |
Properties
Id
Tactic ID (e.g. "TA0043").
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Tactic Name (e.g. "Reconnaissance")
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |