ContainerDetails

Container details related to a finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The runtime of the container.

Link copied to clipboard

The identifier of the container image related to a finding.

Link copied to clipboard

The name of the container image related to a finding.

Link copied to clipboard

Indicates when the container started.

Link copied to clipboard
val name: String?

The name of the container related to a finding.

Link copied to clipboard

When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).

Link copied to clipboard

Provides information about the mounting of a volume in a container.

Functions

Link copied to clipboard
inline fun copy(block: ContainerDetails.Builder.() -> Unit = {}): ContainerDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String