requests

@JvmName(name = "bciaqjjjutvhwukj")
suspend fun requests(value: Output<List<String>>)
@JvmName(name = "ktgydmrswmvsyrbc")
suspend fun requests(value: List<String>?)

Parameters

value

Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim. References to subrequests must include the name of the main request and may include the subrequest using the format

/. If just the main request is given, the constraint applies to all subrequests.


@JvmName(name = "ylcogrbedryrptrq")
suspend fun requests(vararg values: Output<String>)


@JvmName(name = "sanmhcqthbnmqqqh")
suspend fun requests(values: List<Output<String>>)
@JvmName(name = "rndsaktmefkjiuuq")
suspend fun requests(vararg values: String)

Parameters

values

Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim. References to subrequests must include the name of the main request and may include the subrequest using the format

/. If just the main request is given, the constraint applies to all subrequests.