AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
grafana
/
aws.sdk.kotlin.services.grafana.model
/
UserType
User
Type
sealed
class
UserType
Inheritors
SsoGroup
SsoUser
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserType
Sso
Group
Link copied to clipboard
object
SsoGroup
:
UserType
SSO group.
Sso
User
Link copied to clipboard
object
SsoUser
:
UserType
SSO user.
Properties
value
Link copied to clipboard
abstract
val
value
:
String