thumbprintList

@JvmName(name = "rhqlxpxosoqpqayv")
suspend fun thumbprintList(value: Output<List<String>>)
@JvmName(name = "hmamniiduotibyym")
suspend fun thumbprintList(value: List<String>?)

Parameters

value

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.


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


@JvmName(name = "lgijkrxjgrhprwcg")
suspend fun thumbprintList(values: List<Output<String>>)
@JvmName(name = "idspxwsarfnqwipp")
suspend fun thumbprintList(vararg values: String)

Parameters

values

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.