Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Container

Container associated with the finding.

Inheritance
object
GoogleCloudSecuritycenterV2Container
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2Container : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

The time that the container was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageId

Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.

Declaration
[JsonProperty("imageId")]
public virtual string ImageId { get; set; }
Property Value
Type Description
string

Labels

Container labels, as provided by the container runtime.

Declaration
[JsonProperty("labels")]
public virtual IList<GoogleCloudSecuritycenterV2Label> Labels { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Label>

Name

Name of the container.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Uri

Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX