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
)
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 ClientToken
, but with
different parameters, the retry fails with an
IdempotentParameterMismatch
error.
[required] Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer configuration.
[required] Specifies the name of the new trusted token issuer configuration.
Specifies tags to be attached to the new trusted token issuer configuration.
[required] Specifies settings that apply to the new trusted token issuer
configuration. The settings that are available depend on what
TrustedTokenIssuerType
you specify.
[required] Specifies the type of the new trusted token issuer.