Google Cloud Security Command Center v1 API - Class Container (3.4.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

ImageId

public string ImageId { get; set; }

Optional container image id, when 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
RepeatedField<Label>

Name

public string Name { get; set; }

Container name.

Property Value
TypeDescription
String

Uri

public string Uri { get; set; }

Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.

Property Value
TypeDescription
String