Class Kubernetes
Kubernetes-related attributes.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class Kubernetes : IDirectResponseSchema
Properties
AccessReviews
Provides information on any Kubernetes access reviews (privilege checks) relevant to the finding.
Declaration
[JsonProperty("accessReviews")]
public virtual IList<AccessReview> AccessReviews { get; set; }
Property Value
Type | Description |
---|---|
IList<AccessReview> |
Bindings
Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
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
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<NodePool> NodePools { get; set; }
Property Value
Type | Description |
---|---|
IList<NodePool> |
Nodes
Provides Kubernetes node information.
Declaration
[JsonProperty("nodes")]
public virtual IList<Node> Nodes { get; set; }
Property Value
Type | Description |
---|---|
IList<Node> |
Objects
Kubernetes objects related to the finding.
Declaration
[JsonProperty("objects")]
public virtual IList<Object> Objects { get; set; }
Property Value
Type | Description |
---|---|
IList<Object> |
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<Pod> Pods { get; set; }
Property Value
Type | Description |
---|---|
IList<Pod> |
Roles
Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
Declaration
[JsonProperty("roles")]
public virtual IList<Role> Roles { get; set; }
Property Value
Type | Description |
---|---|
IList<Role> |