Google Cloud Security Command Center v1 API - Class Container (3.19.0)

public sealed class Container : IMessage<Container>, IEquatable<Container>, IDeepCloneable<Container>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Container.

Container associated with the finding.

Inheritance

object > Container

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Container()

public Container()

Container(Container)

public Container(Container other)
Parameter
NameDescription
otherContainer

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The time that the container was created.

Property Value
TypeDescription
Timestamp

ImageId

public string ImageId { get; set; }

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

Property Value
TypeDescription
string

Labels

public RepeatedField<Label> Labels { get; }

Container labels, as provided by the container runtime.

Property Value
TypeDescription
RepeatedFieldLabel

Name

public string Name { get; set; }

Name of the container.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

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

Property Value
TypeDescription
string