boundAudiences

@JvmName(name = "vrynvomliutfnrbm")
suspend fun boundAudiences(value: Output<List<String>>)
@JvmName(name = "ullhnxmrcuxokkdu")
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 = "ejfdxrroiwxkgfsf")
suspend fun boundAudiences(vararg values: Output<String>)


@JvmName(name = "tjrqsmafsifnukbe")
suspend fun boundAudiences(values: List<Output<String>>)
@JvmName(name = "rveawtywajpogapp")
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.