View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Container (google_api_security_center v0.29.0)

Container 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.GoogleCloudSecuritycenterV2Label.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.GoogleCloudSecuritycenterV2Container{
  createTime: DateTime.t() | nil,
  imageId: String.t() | nil,
  labels:
    [GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Label.t()]
    | nil,
  name: String.t() | nil,
  uri: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.