ContainerUserArgs

data class ContainerUserArgs(val linux: Output<LinuxContainerUserArgs>? = null) : ConvertibleToJava<ContainerUserArgs>

ContainerUser represents user identity information

Constructors

Link copied to clipboard
constructor(linux: Output<LinuxContainerUserArgs>? = null)

Properties

Link copied to clipboard
val linux: Output<LinuxContainerUserArgs>? = null

Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.

Functions

Link copied to clipboard
open override fun toJava(): ContainerUserArgs