tokenBoundCidrs

@JvmName(name = "uklfifmmaqyvhgyy")
suspend fun tokenBoundCidrs(value: Output<List<String>>)
@JvmName(name = "bmnricrbypltdymt")
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 = "wswdwrggypmuhnrt")
suspend fun tokenBoundCidrs(vararg values: Output<String>)


@JvmName(name = "jycwxktnryfvctoq")
suspend fun tokenBoundCidrs(values: List<Output<String>>)
@JvmName(name = "xymiqbaacscybifu")
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.