iam_update_open_id_connect_provider_thumbprint: Replaces the existing list of server certificate thumbprints...

View source: R/iam_operations.R

iam_update_open_id_connect_provider_thumbprintR Documentation

Replaces the existing list of server certificate thumbprints associated with an OpenID Connect (OIDC) provider resource object with a new list of thumbprints

Description

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.

Usage

iam_update_open_id_connect_provider_thumbprint(
  OpenIDConnectProviderArn,
  ThumbprintList
)

Arguments

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 list_open_id_connect_providers operation.

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 create_open_id_connect_provider.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.