thumbprintList

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


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