Class Kubernetes
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
Bindings
Declaration
[JsonProperty("bindings")]
public virtual IList<GoogleCloudSecuritycenterV1Binding> Bindings { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NodePools
Declaration
[JsonProperty("nodePools")]
public virtual IList<NodePool> NodePools { get; set; }
Property Value
Nodes
Declaration
[JsonProperty("nodes")]
public virtual IList<Node> Nodes { get; set; }
Property Value
Objects
Declaration
[JsonProperty("objects")]
public virtual IList<Object> Objects { get; set; }
Property Value
Pods
Declaration
[JsonProperty("pods")]
public virtual IList<Pod> Pods { get; set; }
Property Value
Roles
Declaration
[JsonProperty("roles")]
public virtual IList<Role> Roles { get; set; }
Property Value
Implements