osConstraints

@JvmName(name = "obswxjytgguivfes")
suspend fun osConstraints(value: Output<List<AccessLevelConditionDevicePolicyOsConstraintArgs>>)
@JvmName(name = "nodkhyvugtheerym")
suspend fun osConstraints(value: List<AccessLevelConditionDevicePolicyOsConstraintArgs>?)

Parameters

value

A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.


@JvmName(name = "wbaedgqfbcyggwmq")
suspend fun osConstraints(vararg values: Output<AccessLevelConditionDevicePolicyOsConstraintArgs>)


@JvmName(name = "vjthdqbawhjmifcp")
suspend fun osConstraints(values: List<Output<AccessLevelConditionDevicePolicyOsConstraintArgs>>)
@JvmName(name = "yghhyllepskgojay")
suspend fun osConstraints(vararg values: AccessLevelConditionDevicePolicyOsConstraintArgs)

Parameters

values

A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.


@JvmName(name = "nksphnfxkheogkoh")
suspend fun osConstraints(argument: List<suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "gsnkjyaypchrtnqf")
suspend fun osConstraints(vararg argument: suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit)
@JvmName(name = "jvkwnhglirndolsi")
suspend fun osConstraints(argument: suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit)

Parameters

argument

A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.