devicePolicy

@JvmName(name = "avwdkcetbhqexjwk")
suspend fun devicePolicy(value: Output<DevicePolicyArgs>)
@JvmName(name = "ewhnvhhcucnnwomd")
suspend fun devicePolicy(value: DevicePolicyArgs?)

Parameters

value

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


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

Parameters

argument

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