RunAsGroupStrategyOptionsPatchArgs

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

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

Constructors

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

Properties

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

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

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

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

Functions

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