audiences

@JvmName(name = "kkuerpjyrqkwusuu")
suspend fun audiences(value: Output<List<String>>)
@JvmName(name = "jlmyvtvgjormmtos")
suspend fun audiences(value: List<String>?)

Parameters

value

The access token aud claim values that you want to accept in your policy store.


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


@JvmName(name = "atviuvatdkaecahf")
suspend fun audiences(values: List<Output<String>>)
@JvmName(name = "uocxajwbqartvqwv")
suspend fun audiences(vararg values: String)

Parameters

values

The access token aud claim values that you want to accept in your policy store.