osConstraints

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


@JvmName(name = "yyaujrbkdriksqbi")
suspend fun osConstraints(values: List<Output<AccessLevelConditionDevicePolicyOsConstraintArgs>>)
@JvmName(name = "fkvnfsminrxptyfe")
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 = "koohblscsbhprboi")
suspend fun osConstraints(argument: List<suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "qydajpwvlmhhxoks")
suspend fun osConstraints(vararg argument: suspend AccessLevelConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit)
@JvmName(name = "pttuorhwdtooptbu")
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.