RunAsGroupStrategyOptions

data class RunAsGroupStrategyOptions(val ranges: List<IDRange>? = null, val rule: String)

RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ranges: List<IDRange>? = 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

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