AWS SDK for Kotlin
Toggle table of contents
1.5.67
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
ConnectionAuthType
Connection
Auth
Type
sealed
class
ConnectionAuthType
Inheritors
ApiKey
Basic
Iam
None
Oauth2AuthorizationCode
Oauth2ClientCredentials
SdkUnknown
Members
Types
Api
Key
Link copied to clipboard
object
ApiKey
:
ConnectionAuthType
Basic
Link copied to clipboard
object
Basic
:
ConnectionAuthType
Companion
Link copied to clipboard
object
Companion
Iam
Link copied to clipboard
object
Iam
:
ConnectionAuthType
None
Link copied to clipboard
object
None
:
ConnectionAuthType
Oauth2Authorization
Code
Link copied to clipboard
object
Oauth2AuthorizationCode
:
ConnectionAuthType
Oauth2Client
Credentials
Link copied to clipboard
object
Oauth2ClientCredentials
:
ConnectionAuthType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectionAuthType
Properties
value
Link copied to clipboard
abstract
val
value
:
String