View source: R/iam_operations.R
iam_add_client_id_to_open_id_connect_provider | R Documentation |
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
)
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
|
ClientID |
[required] The client ID (also known as audience) to add to the IAM OpenID Connect provider resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.