Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2MitreAttack

MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org

Inheritance
object
GoogleCloudSecuritycenterV2MitreAttack
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2MitreAttack : IDirectResponseSchema

Properties

AdditionalTactics

Additional MITRE ATT&CK tactics related to this finding, if any.

Declaration
[JsonProperty("additionalTactics")]
public virtual IList<string> AdditionalTactics { get; set; }
Property Value
Type Description
IList<string>

AdditionalTechniques

Additional MITRE ATT&amp;CK techniques related to this finding, if any, along with any of their respective parent techniques.

Declaration
[JsonProperty("additionalTechniques")]
public virtual IList<string> AdditionalTechniques { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PrimaryTactic

The MITRE ATT&CK tactic most closely represented by this finding, if any.

Declaration
[JsonProperty("primaryTactic")]
public virtual string PrimaryTactic { get; set; }
Property Value
Type Description
string

PrimaryTechniques

The MITRE ATT&amp;CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&amp;CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS, ACTIVE_SCANNING).

Declaration
[JsonProperty("primaryTechniques")]
public virtual IList<string> PrimaryTechniques { get; set; }
Property Value
Type Description
IList<string>

Version

The MITRE ATT&CK version referenced by the above fields. E.g. "8".

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX