Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Container (v0.24.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Container.

Container associated with the finding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#image_id

def image_id() -> ::String
Returns
  • (::String) — Optional container image id, when provided by the container runtime. Uniquely identifies the container image launched using a container image digest.

#image_id=

def image_id=(value) -> ::String
Parameter
  • value (::String) — Optional container image id, when provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
Returns
  • (::String) — Optional container image id, when provided by the container runtime. Uniquely identifies the container image launched using a container image digest.

#labels

def labels() -> ::Array<::Google::Cloud::SecurityCenter::V1::Label>
Returns

#labels=

def labels=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Label>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Container name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Container name.
Returns
  • (::String) — Container name.

#uri

def uri() -> ::String
Returns
  • (::String) — Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.
Returns
  • (::String) — Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.