AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
workmail
/
aws.sdk.kotlin.services.workmail.model
/
IdentityProviderAuthenticationMode
Identity
Provider
Authentication
Mode
sealed
class
IdentityProviderAuthenticationMode
Inheritors
IdentityProviderAndDirectory
IdentityProviderOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Identity
Provider
And
Directory
Link copied to clipboard
object
IdentityProviderAndDirectory
:
IdentityProviderAuthenticationMode
Identity
Provider
Only
Link copied to clipboard
object
IdentityProviderOnly
:
IdentityProviderAuthenticationMode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IdentityProviderAuthenticationMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String