Class GoogleCloudSecuritycenterV2Container
Inheritance
GoogleCloudSecuritycenterV2Container
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Container : IDirectResponseSchema
Properties
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ImageId
Declaration
[JsonProperty("imageId")]
public virtual string ImageId { 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
Uri
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Implements