boundAudiences

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

Parameters

value

(For "jwt" roles, at least one of bound_audiences, bound_subject, bound_claims or token_bound_cidrs is required. Optional for "oidc" roles.) List of aud claims to match against. Any match is sufficient.


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


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

Parameters

values

(For "jwt" roles, at least one of bound_audiences, bound_subject, bound_claims or token_bound_cidrs is required. Optional for "oidc" roles.) List of aud claims to match against. Any match is sufficient.