Class GoogleCloudSecuritycenterV2CloudArmor
Inheritance
GoogleCloudSecuritycenterV2CloudArmor
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2CloudArmor : IDirectResponseSchema
Properties
AdaptiveProtection
Declaration
[JsonProperty("adaptiveProtection")]
public virtual GoogleCloudSecuritycenterV2AdaptiveProtection AdaptiveProtection { get; set; }
Property Value
Attack
Declaration
[JsonProperty("attack")]
public virtual GoogleCloudSecuritycenterV2Attack 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 GoogleCloudSecuritycenterV2Requests Requests { get; set; }
Property Value
SecurityPolicy
Declaration
[JsonProperty("securityPolicy")]
public virtual GoogleCloudSecuritycenterV2SecurityPolicy SecurityPolicy { get; set; }
Property Value
ThreatVector
Declaration
[JsonProperty("threatVector")]
public virtual string ThreatVector { get; set; }
Property Value
Implements