osConstraints

@JvmName(name = "xbwlvncvhjvctcyc")
suspend fun osConstraints(value: Output<List<AccessLevelConditionDevicePolicyOsConstraintArgs>>)
@JvmName(name = "jjwopanrjglpmceg")
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 = "cjptiwxwxuqgnqfw")
suspend fun osConstraints(vararg values: Output<AccessLevelConditionDevicePolicyOsConstraintArgs>)


@JvmName(name = "brmwtkxtpcuipghf")
suspend fun osConstraints(values: List<Output<AccessLevelConditionDevicePolicyOsConstraintArgs>>)
@JvmName(name = "frawmoiyleororko")
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 = "acdmpcngqactlcty")
suspend fun osConstraints(argument: List<suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "avkghkvvjsbowwbv")
suspend fun osConstraints(vararg argument: suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit)
@JvmName(name = "hdgfplrekuccxocr")
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.