User Profile Args
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)