clientIdLists

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


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