Class CloudArmor
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class CloudArmor : IDirectResponseSchema
Properties
AdaptiveProtection
Declaration
[JsonProperty("adaptiveProtection")]
public virtual AdaptiveProtection AdaptiveProtection { get; set; }
Property Value
Attack
Declaration
[JsonProperty("attack")]
public virtual Attack Attack { get; set; }
Property Value
Duration
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Requests
Declaration
[JsonProperty("requests")]
public virtual Requests Requests { get; set; }
Property Value
SecurityPolicy
Declaration
[JsonProperty("securityPolicy")]
public virtual SecurityPolicy SecurityPolicy { get; set; }
Property Value
ThreatVector
Declaration
[JsonProperty("threatVector")]
public virtual string ThreatVector { get; set; }
Property Value
Implements