ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs

data class ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs(val disable: Output<Boolean>? = null, val level: Output<String>? = null, val role: Output<String>? = null, val type: Output<String>? = null, val user: Output<String>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs>

Constructors

constructor(disable: Output<Boolean>? = null, level: Output<String>? = null, role: Output<String>? = null, type: Output<String>? = null, user: Output<String>? = null)

Properties

Link copied to clipboard
val disable: Output<Boolean>? = null

Disable SELinux

Link copied to clipboard
val level: Output<String>? = null

SELinux level label

Link copied to clipboard
val role: Output<String>? = null

SELinux role label

Link copied to clipboard
val type: Output<String>? = null

SELinux type label

Link copied to clipboard
val user: Output<String>? = null

SELinux user label

Functions

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