User Profile Sso User Profile Details
data class UserProfileSsoUserProfileDetails(val firstName: String? = null, val lastName: String? = null, val username: String? = null)
The details of the SSO User Profile.