ssoadmin_create_trusted_token_issuer: Creates a connection to a trusted token issuer in an instance...

View source: R/ssoadmin_operations.R

ssoadmin_create_trusted_token_issuerR Documentation

Creates a connection to a trusted token issuer in an instance of IAM Identity Center

Description

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.

Usage

ssoadmin_create_trusted_token_issuer(
  ClientToken = NULL,
  InstanceArn,
  Name,
  Tags = NULL,
  TrustedTokenIssuerConfiguration,
  TrustedTokenIssuerType
)

Arguments

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 ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

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 you specify.

TrustedTokenIssuerType

[required] Specifies the type of the new trusted token issuer.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.