issuers

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


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