Class Container (1.31.0)

Container(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Container associated with the finding.

Attributes

NameDescription
name str
Name of the container.
uri str
Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
image_id str
Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
labels MutableSequence[google.cloud.securitycenter_v1.types.Label]
Container labels, as provided by the container runtime.
create_time google.protobuf.timestamp_pb2.Timestamp
The time that the container was created.