ssoadmin_update_trusted_token_issuer {paws.security.identity} | 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.
See https://www.paws-r-sdk.com/docs/ssoadmin_update_trusted_token_issuer/ for full documentation.
Usage
ssoadmin_update_trusted_token_issuer(
Name = NULL,
TrustedTokenIssuerArn,
TrustedTokenIssuerConfiguration = NULL
)
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. |
[Package paws.security.identity version 0.9.0 Index]