Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2SecurityPolicy

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

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

Properties

ETag

The ETag of the item.

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

Name

The name of the Google Cloud Armor security policy, for example, "my-security-policy".

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

Preview

Whether or not the associated rule or policy is in preview mode.

Declaration
[JsonProperty("preview")]
public virtual bool? Preview { get; set; }
Property Value
Type Description
bool?

Type

The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX