SELinuxOptionsPatchArgs

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

SELinuxOptions are the labels to be applied to the container

Constructors

Link copied to clipboard
constructor(level: Output<String>? = null, role: Output<String>? = null, type: Output<String>? = null, user: Output<String>? = null)

Properties

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

Level is SELinux level label that applies to the container.

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

Role is a SELinux role label that applies to the container.

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

Type is a SELinux type label that applies to the container.

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

User is a SELinux user label that applies to the container.

Functions

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