os Constraints
suspend fun osConstraints(value: Output<List<AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgs>>)
suspend fun osConstraints(value: List<AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgs>?)
Parameters
value
A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.
suspend fun osConstraints(vararg values: Output<AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgs>)
suspend fun osConstraints(values: List<Output<AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgs>>)
suspend fun osConstraints(vararg values: AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgs)
Parameters
values
A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.
suspend fun osConstraints(argument: List<suspend AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit>)
suspend fun osConstraints(vararg argument: suspend AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit)
suspend fun osConstraints(argument: suspend AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraintArgsBuilder.() -> Unit)
Parameters
argument
A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.