GoogleApi.SecurityCenter.V1.Model.Container (google_api_security_center v0.39.0)
View SourceContainer associated with the finding.
Attributes
-
createTime(type:DateTime.t, default:nil) - The time that the container was created. -
imageId(type:String.t, default:nil) - Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest. -
labels(type:list(GoogleApi.SecurityCenter.V1.Model.Label.t), default:nil) - Container labels, as provided by the container runtime. -
name(type:String.t, default:nil) - Name of the container. -
uri(type:String.t, default:nil) - Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.Container{ createTime: DateTime.t() | nil, imageId: String.t() | nil, labels: [GoogleApi.SecurityCenter.V1.Model.Label.t()] | nil, name: String.t() | nil, uri: String.t() | nil }