issuers

@JvmName(name = "kphaoxxhwdmogqsh")
suspend fun issuers(value: Output<List<String>>)
@JvmName(name = "mkiyfstrdehkedgi")
suspend fun issuers(value: List<String>?)

Parameters

value

List of expected token issuers. Token issuer is valid if it matches at least one of the given values.


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


@JvmName(name = "fukibwbeilsokosf")
suspend fun issuers(values: List<Output<String>>)
@JvmName(name = "ypktjjmgawjcljva")
suspend fun issuers(vararg values: String)

Parameters

values

List of expected token issuers. Token issuer is valid if it matches at least one of the given values.