Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Kubernetes

Kubernetes-related attributes.

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.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2Kubernetes : IDirectResponseSchema

Properties

AccessReviews

Provides information on any Kubernetes access reviews (privilege checks) relevant to the finding.

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

Bindings

Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.

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

GKE node pools associated with the finding. This field contains node pool information for each node, when it is available.

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

Nodes

Provides Kubernetes node information.

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

Objects

Kubernetes objects related to the finding.

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

Pods

Kubernetes Pods associated with the finding. This field contains Pod records for each container that is owned by a Pod.

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

Roles

Provides Kubernetes role information for findings that involve Roles or ClusterRoles.

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