Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2CloudArmor

Inheritance
object
GoogleCloudSecuritycenterV2CloudArmor
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 GoogleCloudSecuritycenterV2CloudArmor : IDirectResponseSchema

Properties

AdaptiveProtection

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

Attack

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

Duration

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

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

SecurityPolicy

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

ThreatVector

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