iam_update_open_id_connect_provider_thumbprint {paws.security.identity} | R Documentation |
Replaces the existing list of server certificate thumbprints associated with an OpenID Connect (OIDC) provider resource object with a new list of thumbprints.
See https://www.paws-r-sdk.com/docs/iam_update_open_id_connect_provider_thumbprint/ for full documentation.
iam_update_open_id_connect_provider_thumbprint(
OpenIDConnectProviderArn,
ThumbprintList
)
OpenIDConnectProviderArn |
[required] 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
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. |
ThumbprintList |
[required] A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider. For more information, see
|