clientIdLists

@JvmName(name = "ygohxpgwivvdgnxi")
suspend fun clientIdLists(value: Output<List<String>>)
@JvmName(name = "rqwrsfimvnvnxwqn")
suspend fun clientIdLists(value: List<String>?)

Parameters

value

A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)


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


@JvmName(name = "lemnfjdimrmtjimj")
suspend fun clientIdLists(values: List<Output<String>>)
@JvmName(name = "clfkirimqpyeggkk")
suspend fun clientIdLists(vararg values: String)

Parameters

values

A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)