Security Context Definition Args
data class SecurityContextDefinitionArgs(val allowPrivilegeEscalation: Output<Boolean>? = null, val capabilities: Output<SecurityContextCapabilitiesDefinitionArgs>? = null, val privileged: Output<Boolean>? = null, val runAsGroup: Output<Int>? = null, val runAsUser: Output<Int>? = null, val seccompProfile: Output<String>? = null) : ConvertibleToJava<SecurityContextDefinitionArgs>
The security context for the container.
Properties
Link copied to clipboard
A boolean value indicating whether the init process can elevate its privileges
Link copied to clipboard
The capabilities to add or drop from a container.
Link copied to clipboard
The flag to determine if the container permissions is elevated to Privileged.
Link copied to clipboard
Sets the User GID for the container.
Link copied to clipboard
a base64 encoded string containing the contents of the JSON in the seccomp profile