TrustedTokenIssuerUpdateConfiguration
A structure that contains details to be updated for a trusted token issuer configuration. The structure and settings that you can include depend on the type of the trusted token issuer being updated.
Inheritors
Types
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
Functions
Casts this TrustedTokenIssuerUpdateConfiguration as a OidcJwtConfiguration and retrieves its aws.sdk.kotlin.services.ssoadmin.model.OidcJwtUpdateConfiguration value. Throws an exception if the TrustedTokenIssuerUpdateConfiguration is not a OidcJwtConfiguration.
Casts this TrustedTokenIssuerUpdateConfiguration as a OidcJwtConfiguration and retrieves its aws.sdk.kotlin.services.ssoadmin.model.OidcJwtUpdateConfiguration value. Returns null if the TrustedTokenIssuerUpdateConfiguration is not a OidcJwtConfiguration.