clientIdLists

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

Parameters

value

List of client IDs (audiences) that identify the application registered with the OpenID Connect provider. This is the value sent as the client_id parameter in OAuth requests.


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


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

Parameters

values

List of client IDs (audiences) that identify the application registered with the OpenID Connect provider. This is the value sent as the client_id parameter in OAuth requests.