Show / Hide Table of Contents

Class CloudArmor

Fields related to Google Cloud Armor findings.

Inheritance
object
CloudArmor
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.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class CloudArmor : IDirectResponseSchema

Properties

AdaptiveProtection

Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.

Declaration
[JsonProperty("adaptiveProtection")]
public virtual AdaptiveProtection AdaptiveProtection { get; set; }
Property Value
Type Description
AdaptiveProtection

Attack

Information about DDoS attack volume and classification.

Declaration
[JsonProperty("attack")]
public virtual Attack Attack { get; set; }
Property Value
Type Description
Attack

Duration

Duration of attack from the start until the current moment (updated every 5 minutes).

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

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

Requests

Information about incoming requests evaluated by Google Cloud Armor security policies.

Declaration
[JsonProperty("requests")]
public virtual Requests Requests { get; set; }
Property Value
Type Description
Requests

SecurityPolicy

Information about the Google Cloud Armor security policy relevant to the finding.

Declaration
[JsonProperty("securityPolicy")]
public virtual SecurityPolicy SecurityPolicy { get; set; }
Property Value
Type Description
SecurityPolicy

ThreatVector

Distinguish between volumetric & protocol DDoS attack and application layer attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7" for Layer 7 DDoS attacks.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX