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
IMessage<Container>, IEquatable<Container>, IDeepCloneable<Container>, 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, when 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 |
RepeatedField<Label> |
Name
public string Name { get; set; }
Container name.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |