UserProfileDetails

sealed class UserProfileDetails

The user profile details.

Inheritors

Types

Link copied to clipboard

The IAM details of the user profile.

Link copied to clipboard
Link copied to clipboard

The SSO details of the user profile.

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