clientIdList

@JvmName(name = "usmyyfthnnnqektq")
suspend fun clientIdList(value: Output<List<String>>)
@JvmName(name = "opxecdbmsupehamx")
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 = "ppbjnpuieyjncsvy")
suspend fun clientIdList(vararg values: Output<String>)


@JvmName(name = "dhpkgbayikokfxsl")
suspend fun clientIdList(values: List<Output<String>>)
@JvmName(name = "qderewxsaiyogivh")
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 .