AWS SDK for Kotlin
Toggle table of contents
1.5.73
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
WebCrawlerAuthType
Web
Crawler
Auth
Type
sealed
class
WebCrawlerAuthType
Inheritors
BasicAuth
Form
NoAuth
Saml
SdkUnknown
Members
Types
Basic
Auth
Link copied to clipboard
object
BasicAuth
:
WebCrawlerAuthType
Companion
Link copied to clipboard
object
Companion
Form
Link copied to clipboard
object
Form
:
WebCrawlerAuthType
No
Auth
Link copied to clipboard
object
NoAuth
:
WebCrawlerAuthType
Saml
Link copied to clipboard
object
Saml
:
WebCrawlerAuthType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WebCrawlerAuthType
Properties
value
Link copied to clipboard
abstract
val
value
:
String