UpdateWebAppIdentityProviderDetails     
    A union that contains the UpdateWebAppIdentityCenterConfig object.
Inheritors
Types
Link copied to clipboard
                  data class IdentityCenterConfig(val value: UpdateWebAppIdentityCenterConfig) : UpdateWebAppIdentityProviderDetails
A structure that describes the values to use for the IAM Identity Center settings when you update a web app.
Link copied to clipboard
                  Functions
Link copied to clipboard
                  Casts this UpdateWebAppIdentityProviderDetails as a IdentityCenterConfig and retrieves its aws.sdk.kotlin.services.transfer.model.UpdateWebAppIdentityCenterConfig value. Throws an exception if the UpdateWebAppIdentityProviderDetails is not a IdentityCenterConfig.
Link copied to clipboard
                  Casts this UpdateWebAppIdentityProviderDetails as a IdentityCenterConfig and retrieves its aws.sdk.kotlin.services.transfer.model.UpdateWebAppIdentityCenterConfig value. Returns null if the UpdateWebAppIdentityProviderDetails is not a IdentityCenterConfig.