UserProfileArgs

data class UserProfileArgs(val domainIdentifier: Output<String>? = null, val status: Output<UserProfileStatus>? = null, val userIdentifier: Output<String>? = null, val userType: Output<UserProfileUserType>? = null) : ConvertibleToJava<UserProfileArgs>

A user profile represents Amazon DataZone users. Amazon DataZone supports both IAM roles and SSO identities to interact with the Amazon DataZone Management Console and the data portal for different purposes. Domain administrators use IAM roles to perform the initial administrative domain-related work in the Amazon DataZone Management Console, including creating new Amazon DataZone domains, configuring metadata form types, and implementing policies. Data workers use their SSO corporate identities via Identity Center to log into the Amazon DataZone Data Portal and access projects where they have memberships.

Constructors

Link copied to clipboard
constructor(domainIdentifier: Output<String>? = null, status: Output<UserProfileStatus>? = null, userIdentifier: Output<String>? = null, userType: Output<UserProfileUserType>? = null)

Properties

Link copied to clipboard
val domainIdentifier: Output<String>? = null

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

Link copied to clipboard
val status: Output<UserProfileStatus>? = null

The status of the user profile.

Link copied to clipboard
val userIdentifier: Output<String>? = null

The ID of the user.

Link copied to clipboard
val userType: Output<UserProfileUserType>? = null

The user type of the user for which the user profile is created.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileArgs