clientIdList

@JvmName(name = "nqnsgqkwkhpmgkcr")
suspend fun clientIdList(value: Output<List<String>>)
@JvmName(name = "efntyurkheawqqtk")
suspend fun clientIdList(value: List<String>?)

Parameters

value

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .


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


@JvmName(name = "ahakytlksvyttiuc")
suspend fun clientIdList(values: List<Output<String>>)
@JvmName(name = "ovaqmvehunxgtedb")
suspend fun clientIdList(vararg values: String)

Parameters

values

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .