GetUserProfileResult

data class GetUserProfileResult(val details: Either<UserProfileDetails0Properties, UserProfileDetails1Properties>? = null, val domainId: String? = null, val id: String? = null, val status: UserProfileStatus? = null, val type: UserProfileType? = null)

Constructors

Link copied to clipboard
constructor(details: Either<UserProfileDetails0Properties, UserProfileDetails1Properties>? = null, domainId: String? = null, id: String? = null, status: UserProfileStatus? = null, type: UserProfileType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val domainId: String? = null

The identifier of the Amazon DataZone domain in which the user profile is created.

Link copied to clipboard
val id: String? = null

The ID of the Amazon DataZone user profile.

Link copied to clipboard

The status of the user profile.

Link copied to clipboard
val type: UserProfileType? = null

The type of the user profile.