Class GoogleCloudSecuritycenterV2Kubernetes
Inheritance
GoogleCloudSecuritycenterV2Kubernetes
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
Bindings
Declaration
[JsonProperty("bindings")]
public virtual IList<GoogleCloudSecuritycenterV2Binding> Bindings { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NodePools
Declaration
[JsonProperty("nodePools")]
public virtual IList<GoogleCloudSecuritycenterV2NodePool> NodePools { get; set; }
Property Value
Nodes
Declaration
[JsonProperty("nodes")]
public virtual IList<GoogleCloudSecuritycenterV2Node> Nodes { get; set; }
Property Value
Objects
Declaration
[JsonProperty("objects")]
public virtual IList<GoogleCloudSecuritycenterV2Object> Objects { get; set; }
Property Value
Pods
Declaration
[JsonProperty("pods")]
public virtual IList<GoogleCloudSecuritycenterV2Pod> Pods { get; set; }
Property Value
Roles
Declaration
[JsonProperty("roles")]
public virtual IList<GoogleCloudSecuritycenterV2Role> Roles { get; set; }
Property Value
Implements