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.
iam_add_client_id_to_open_id_connect_provider(
OpenIDConnectProviderArn,
ClientID
)
[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.
[required] The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.