public sealed class Container : IMessage<Container>, IEquatable<Container>, IDeepCloneable<Container>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Container.
Container associated with the finding.
Implements
IMessageContainer, IEquatableContainer, IDeepCloneableContainer, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Container()
public Container()
Container(Container)
public Container(Container other)
Parameter | |
---|---|
Name | Description |
other |
Container |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The time that the container was created.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Labels
public RepeatedField<Label> Labels { get; }
Container labels, as provided by the container runtime.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLabel |
Name
public string Name { get; set; }
Name of the container.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |