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.
Implements
IMessageContainer, IEquatableContainer, IDeepCloneableContainer, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Container()
public Container()
Container(Container)
public Container(Container other)
Parameter | |
---|---|
Name | Description |
other | Container |
Properties
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 |