tokenBoundCidrs

@JvmName(name = "cbekxyuupnndavsk")
suspend fun tokenBoundCidrs(value: Output<List<String>>)
@JvmName(name = "lxreochehtcmnxii")
suspend fun tokenBoundCidrs(value: List<String>?)

Parameters

value

(Optional) List of CIDR blocks; if set, specifies blocks of IP addresses which can authenticate successfully, and ties the resulting token to these blocks as well.


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


@JvmName(name = "knhtpesgqippqska")
suspend fun tokenBoundCidrs(values: List<Output<String>>)
@JvmName(name = "gkslnyiktkxgmknd")
suspend fun tokenBoundCidrs(vararg values: String)

Parameters

values

(Optional) List of CIDR blocks; if set, specifies blocks of IP addresses which can authenticate successfully, and ties the resulting token to these blocks as well.