RunAsUserStrategyOptionsArgs

data class RunAsUserStrategyOptionsArgs(val ranges: Output<List<IDRangeArgs>>? = null, val rule: Output<String>) : ConvertibleToJava<RunAsUserStrategyOptionsArgs>

RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.

Constructors

Link copied to clipboard
constructor(ranges: Output<List<IDRangeArgs>>? = null, rule: Output<String>)

Properties

Link copied to clipboard
val ranges: Output<List<IDRangeArgs>>? = null

ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.

Link copied to clipboard
val rule: Output<String>

rule is the strategy that will dictate the allowable RunAsUser values that may be set.

Functions

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