issuers

@JvmName(name = "loeolmgdhedwdhbe")
suspend fun issuers(value: Output<List<String>>)
@JvmName(name = "mxitviiuxxjrxpuw")
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 = "jbbpmlijgtavmmnr")
suspend fun issuers(vararg values: Output<String>)


@JvmName(name = "erprpdipsexdxogu")
suspend fun issuers(values: List<Output<String>>)
@JvmName(name = "pdleqngtyjsofxgy")
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.