Show / Hide Table of Contents

Class Kubernetes

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

Properties

AccessReviews

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

Bindings

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

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<NodePool> NodePools { get; set; }
Property Value
Type Description
IList<NodePool>

Nodes

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

Objects

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

Pods

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

Roles

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX