class Aws::IAM::Types::UpdateOpenIDConnectProviderThumbprintRequest

@note When making an API call, you may pass UpdateOpenIDConnectProviderThumbprintRequest

data as a hash:

    {
      open_id_connect_provider_arn: "arnType", # required
      thumbprint_list: ["thumbprintType"], # required
    }

@!attribute [rw] open_id_connect_provider_arn

The Amazon Resource Name (ARN) of the IAM OIDC provider resource
object for which you want to update the thumbprint. You can get a
list of OIDC provider ARNs by using the ListOpenIDConnectProviders
operation.

For more information about ARNs, see [Amazon Resource Names
(ARNs)][1] in the *Amazon Web Services General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] thumbprint_list

A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateOpenIDConnectProviderThumbprintRequest AWS API Documentation

Constants

SENSITIVE