LiftrBaseUserDetailsArgs

data class LiftrBaseUserDetailsArgs(val emailAddress: Output<String>? = null, val firstName: Output<String>? = null, val lastName: Output<String>? = null, val phoneNumber: Output<String>? = null, val upn: Output<String>? = null) : ConvertibleToJava<LiftrBaseUserDetailsArgs>

User details for an organization

Constructors

Link copied to clipboard
constructor(emailAddress: Output<String>? = null, firstName: Output<String>? = null, lastName: Output<String>? = null, phoneNumber: Output<String>? = null, upn: Output<String>? = null)

Properties

Link copied to clipboard
val emailAddress: Output<String>? = null

Email address of the user

Link copied to clipboard
val firstName: Output<String>? = null

First name of the user

Link copied to clipboard
val lastName: Output<String>? = null

Last name of the user

Link copied to clipboard
val phoneNumber: Output<String>? = null

User's phone number

Link copied to clipboard
val upn: Output<String>? = null

User's principal name

Functions

Link copied to clipboard
open override fun toJava(): LiftrBaseUserDetailsArgs