UserProfileSsoUserProfileDetails

data class UserProfileSsoUserProfileDetails(val firstName: String? = null, val lastName: String? = null, val username: String? = null)

The details of the SSO User Profile.

Constructors

Link copied to clipboard
constructor(firstName: String? = null, lastName: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val firstName: String? = null

The First Name of the IAM User Profile.

Link copied to clipboard
val lastName: String? = null

The Last Name of the IAM User Profile.

Link copied to clipboard
val username: String? = null

The username of the SSO User Profile.