Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Kubernetes

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

Properties

AccessReviews

Declaration
[JsonProperty("accessReviews")]
public virtual IList<GoogleCloudSecuritycenterV2AccessReview> AccessReviews { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2AccessReview>

Bindings

Declaration
[JsonProperty("bindings")]
public virtual IList<GoogleCloudSecuritycenterV2Binding> Bindings { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Binding>

ETag

The ETag of the item.

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

NodePools

Declaration
[JsonProperty("nodePools")]
public virtual IList<GoogleCloudSecuritycenterV2NodePool> NodePools { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2NodePool>

Nodes

Declaration
[JsonProperty("nodes")]
public virtual IList<GoogleCloudSecuritycenterV2Node> Nodes { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Node>

Objects

Declaration
[JsonProperty("objects")]
public virtual IList<GoogleCloudSecuritycenterV2Object> Objects { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Object>

Pods

Declaration
[JsonProperty("pods")]
public virtual IList<GoogleCloudSecuritycenterV2Pod> Pods { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Pod>

Roles

Declaration
[JsonProperty("roles")]
public virtual IList<GoogleCloudSecuritycenterV2Role> Roles { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Role>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX