SELinux Strategy Options Patch Args
data class SELinuxStrategyOptionsPatchArgs(val rule: Output<String>? = null, val seLinuxOptions: Output<SELinuxOptionsPatchArgs>? = null) : ConvertibleToJava<SELinuxStrategyOptionsPatchArgs>
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
Constructors
Link copied to clipboard
fun SELinuxStrategyOptionsPatchArgs(rule: Output<String>? = null, seLinuxOptions: Output<SELinuxOptionsPatchArgs>? = null)