thumbprintList

@JvmName(name = "xyvhlhtqvjdddfpb")
suspend fun thumbprintList(value: Output<List<String>>)
@JvmName(name = "vitofpdnsgoiedch")
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 = "nfviwynojqkpkujm")
suspend fun thumbprintList(vararg values: Output<String>)


@JvmName(name = "ksqcctiuikolbdhd")
suspend fun thumbprintList(values: List<Output<String>>)
@JvmName(name = "fwbkjiaaqjxgisiw")
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.