devicePolicy

@JvmName(name = "ktrygogusimhxeua")
suspend fun devicePolicy(value: Output<AccessLevelConditionDevicePolicyArgs>)
@JvmName(name = "kcyxnrpumrwjveeg")
suspend fun devicePolicy(value: AccessLevelConditionDevicePolicyArgs?)

Parameters

value

Device specific restrictions, all restrictions must hold for the Condition to be true. If not specified, all devices are allowed. Structure is documented below.


@JvmName(name = "keiqlbasacuvdkmu")
suspend fun devicePolicy(argument: suspend AccessLevelConditionDevicePolicyArgsBuilder.() -> Unit)

Parameters

argument

Device specific restrictions, all restrictions must hold for the Condition to be true. If not specified, all devices are allowed. Structure is documented below.