customAudiences

@JvmName(name = "krasehejtxrfmkke")
suspend fun customAudiences(value: Output<List<String>>)
@JvmName(name = "lxbhsurquftfstre")
suspend fun customAudiences(value: List<String>?)

Parameters

value

One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.


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


@JvmName(name = "qxomyhcncptothbv")
suspend fun customAudiences(values: List<Output<String>>)
@JvmName(name = "whovweyfyparlpkq")
suspend fun customAudiences(vararg values: String)

Parameters

values

One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.