View source: R/ssoadmin_operations.R
ssoadmin_create_trusted_token_issuer | R Documentation |
Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.
See https://www.paws-r-sdk.com/docs/ssoadmin_create_trusted_token_issuer/ for full documentation.
ssoadmin_create_trusted_token_issuer(
ClientToken = NULL,
InstanceArn,
Name,
Tags = NULL,
TrustedTokenIssuerConfiguration,
TrustedTokenIssuerType
)
ClientToken |
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you. If you retry the operation with the same |
InstanceArn |
[required] Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer configuration. |
Name |
[required] Specifies the name of the new trusted token issuer configuration. |
Tags |
Specifies tags to be attached to the new trusted token issuer configuration. |
TrustedTokenIssuerConfiguration |
[required] Specifies settings that apply to the new trusted token issuer
configuration. The settings that are available depend on what
|
TrustedTokenIssuerType |
[required] Specifies the type of the new trusted token issuer. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.