clientIdLists

@JvmName(name = "qaqmjfbtwriiupoe")
suspend fun clientIdLists(value: Output<List<String>>)
@JvmName(name = "cmjmnvsmckoumjqy")
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 = "wielhpucjeyvbxop")
suspend fun clientIdLists(vararg values: Output<String>)


@JvmName(name = "bnwyoruhaelrklqd")
suspend fun clientIdLists(values: List<Output<String>>)
@JvmName(name = "fvtjgnxiabyvkipm")
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.