devicePolicy

@JvmName(name = "wissfuscbkrcacyn")
suspend fun devicePolicy(value: Output<AccessLevelBasicConditionDevicePolicyArgs>)
@JvmName(name = "tixcjdviojhlqghw")
suspend fun devicePolicy(value: AccessLevelBasicConditionDevicePolicyArgs?)

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 = "kexoxtvnrcpwsopx")
suspend fun devicePolicy(argument: suspend AccessLevelBasicConditionDevicePolicyArgsBuilder.() -> 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.