AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qbusiness
/
aws.sdk.kotlin.services.qbusiness.model
/
IdentityType
Identity
Type
sealed
class
IdentityType
Inheritors
Anonymous
AwsIamIdc
AwsIamIdpOidc
AwsIamIdpSaml
AwsQuicksightIdp
SdkUnknown
Members
Types
Anonymous
Link copied to clipboard
object
Anonymous
:
IdentityType
Aws
Iam
Idc
Link copied to clipboard
object
AwsIamIdc
:
IdentityType
Aws
Iam
Idp
Oidc
Link copied to clipboard
object
AwsIamIdpOidc
:
IdentityType
Aws
Iam
Idp
Saml
Link copied to clipboard
object
AwsIamIdpSaml
:
IdentityType
Aws
Quicksight
Idp
Link copied to clipboard
object
AwsQuicksightIdp
:
IdentityType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IdentityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String