Skip to content

Update Trusted Token Issuer

ssoadmin_update_trusted_token_issuer R Documentation

Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration

Description

Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.

Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer.

Usage

ssoadmin_update_trusted_token_issuer(Name, TrustedTokenIssuerArn,
  TrustedTokenIssuerConfiguration)

Arguments

Name

Specifies the updated name to be applied to the trusted token issuer configuration.

TrustedTokenIssuerArn

[required] Specifies the ARN of the trusted token issuer configuration that you want to update.

TrustedTokenIssuerConfiguration

Specifies a structure with settings to apply to the specified trusted token issuer. The settings that you can provide are determined by the type of the trusted token issuer that you are updating.

Value

An empty list.

Request syntax

svc$update_trusted_token_issuer(
  Name = "string",
  TrustedTokenIssuerArn = "string",
  TrustedTokenIssuerConfiguration = list(
    OidcJwtConfiguration = list(
      ClaimAttributePath = "string",
      IdentityStoreAttributePath = "string",
      JwksRetrievalOption = "OPEN_ID_DISCOVERY"
    )
  )
)