paws.security.identity (version 0.5.0)

iam_add_client_id_to_open_id_connect_provider: Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource

Description

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.

See https://www.paws-r-sdk.com/docs/iam_add_client_id_to_open_id_connect_provider/ for full documentation.

Usage

iam_add_client_id_to_open_id_connect_provider(
  OpenIDConnectProviderArn,
  ClientID
)

Arguments

OpenIDConnectProviderArn

[required] The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the list_open_id_connect_providers operation.

ClientID

[required] The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.