AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
macie2
/
aws.sdk.kotlin.services.macie2.model
/
UserIdentityType
User
Identity
Type
sealed
class
UserIdentityType
The type of entity that performed the action on the affected resource. Possible values are:
Inheritors
AwsAccount
AwsService
AssumedRole
FederatedUser
IamUser
Root
SdkUnknown
Members
Types
Assumed
Role
Link copied to clipboard
object
AssumedRole
:
UserIdentityType
Aws
Account
Link copied to clipboard
object
AwsAccount
:
UserIdentityType
Aws
Service
Link copied to clipboard
object
AwsService
:
UserIdentityType
Companion
Link copied to clipboard
object
Companion
Federated
User
Link copied to clipboard
object
FederatedUser
:
UserIdentityType
Iam
User
Link copied to clipboard
object
IamUser
:
UserIdentityType
Root
Link copied to clipboard
object
Root
:
UserIdentityType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserIdentityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String