getUserProfile

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.

Return

null

Parameters

argument

null


suspend fun getUserProfile(domainId: String, id: String): GetUserProfileResult

Return

null

Parameters

domainId

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

id

The ID of the Amazon DataZone user profile.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.datazone.kotlin.inputs.GetUserProfilePlainArgs.

See also