Class GoogleCloudSecuritycenterV2Pod
A Kubernetes Pod.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Pod : 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 |
Labels
Pod labels. For Kubernetes containers, these are applied to the container.
Declaration
[JsonProperty("labels")]
public virtual IList<GoogleCloudSecuritycenterV2Label> Labels { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2Label> |
Name
Kubernetes Pod name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Ns
Kubernetes Pod namespace.
Declaration
[JsonProperty("ns")]
public virtual string Ns { get; set; }
Property Value
Type | Description |
---|---|
string |