Class GoogleCloudSecuritycenterV2Pod
Inheritance
GoogleCloudSecuritycenterV2Pod
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Pod : IDirectResponseSchema
Properties
Containers
Declaration
[JsonProperty("containers")]
public virtual IList<GoogleCloudSecuritycenterV2Container> Containers { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Labels
Declaration
[JsonProperty("labels")]
public virtual IList<GoogleCloudSecuritycenterV2Label> Labels { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Ns
Declaration
[JsonProperty("ns")]
public virtual string Ns { get; set; }
Property Value
Implements