UserProfileDetails

sealed class UserProfileDetails

The details of the user profile in Amazon DataZone.

Inheritors

Types

Link copied to clipboard

The IAM details included in the user profile details.

Link copied to clipboard
Link copied to clipboard

The single sign-on details included in the user profile details.

Functions

Link copied to clipboard

Casts this UserProfileDetails as a Iam and retrieves its aws.sdk.kotlin.services.datazone.model.IamUserProfileDetails value. Throws an exception if the UserProfileDetails is not a Iam.

Link copied to clipboard
Link copied to clipboard

Casts this UserProfileDetails as a Sso and retrieves its aws.sdk.kotlin.services.datazone.model.SsoUserProfileDetails value. Throws an exception if the UserProfileDetails is not a Sso.

Link copied to clipboard