boundAudiences

@JvmName(name = "hqpmckyeawitgofn")
suspend fun boundAudiences(value: Output<List<String>>)
@JvmName(name = "wtpgekohshynlyqo")
suspend fun boundAudiences(value: List<String>?)

Parameters

value

(Required for roles of type jwt, optional for roles of type oidc) List of aud claims to match against. Any match is sufficient.


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


@JvmName(name = "jbiusrhvwjhxditq")
suspend fun boundAudiences(values: List<Output<String>>)
@JvmName(name = "sxwddaeikbyjngme")
suspend fun boundAudiences(vararg values: String)

Parameters

values

(Required for roles of type jwt, optional for roles of type oidc) List of aud claims to match against. Any match is sufficient.