Class GoogleCloudSecuritycenterV2Object
Kubernetes object related to the finding, uniquely identified by GKNN. Used if the object Kind is not one of Pod, Node, NodePool, Binding, or AccessReview.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Object : IDirectResponseSchema
Properties
Containers
Pod containers associated with this finding, if any.
Declaration
[JsonProperty("containers")]
public virtual IList<GoogleCloudSecuritycenterV2Container> Containers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2Container> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Group
Kubernetes object group, such as "policy.k8s.io/v1".
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Kubernetes object kind, such as "Namespace".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Kubernetes object name. For details see https://kubernetes.io/docs/concepts/overview/working-with-objects/names/.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Ns
Kubernetes object namespace. Must be a valid DNS label. Named "ns" to avoid collision with C++ namespace keyword. For details see https://kubernetes.io/docs/tasks/administer-cluster/namespaces/.
Declaration
[JsonProperty("ns")]
public virtual string Ns { get; set; }
Property Value
Type | Description |
---|---|
string |