tokenBoundCidrs

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


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