ranges

@JvmName(name = "cjcfnrqeomfmtndb")
suspend fun ranges(value: Output<List<IDRangePatchArgs>>)
@JvmName(name = "xjexemgjxbqshjdk")
suspend fun ranges(value: List<IDRangePatchArgs>?)

Parameters

value

ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.


@JvmName(name = "bfblgvfxpxbujtmr")
suspend fun ranges(vararg values: Output<IDRangePatchArgs>)


@JvmName(name = "vxbqkddhibagnwmi")
suspend fun ranges(values: List<Output<IDRangePatchArgs>>)
@JvmName(name = "qrghbcoilnmoahlr")
suspend fun ranges(vararg values: IDRangePatchArgs)

Parameters

values

ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.


@JvmName(name = "lbqijdykudxqxckb")
suspend fun ranges(argument: List<suspend IDRangePatchArgsBuilder.() -> Unit>)
@JvmName(name = "lrtcfxgyanewstnx")
suspend fun ranges(vararg argument: suspend IDRangePatchArgsBuilder.() -> Unit)
@JvmName(name = "afkdftbywijnmlip")
suspend fun ranges(argument: suspend IDRangePatchArgsBuilder.() -> Unit)

Parameters

argument

ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.