User Identity Info Args
data class UserIdentityInfoArgs(val email: Output<String>? = null, val firstName: Output<String>? = null, val lastName: Output<String>? = null, val mobile: Output<String>? = null, val secondaryEmail: Output<String>? = null) : ConvertibleToJava<UserIdentityInfoArgs>
Contains information about the identity of a user.
Constructors
Properties
Link copied to clipboard
The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address. Pattern : (?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}