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
Source:R/iam_operations.R
iam_add_client_id_to_open_id_connect_provider.RdAdds 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.
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_providersoperation.- ClientID
[required] The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.