UserType

sealed class UserType

Types of users in the system

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Iam : UserType

AWS IAM user type

Link copied to clipboard
object Idc : UserType

AWS IAM Identity Center user type

Link copied to clipboard
object Idp : UserType

External Identity Provider user type

Link copied to clipboard
data class SdkUnknown(val value: String) : UserType

Properties

Link copied to clipboard
abstract val value: String