pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.connect.kotlin.outputs
/
UserIdentityInfo
User
Identity
Info
data
class
UserIdentityInfo
(
val
email
:
String
?
=
null
,
val
firstName
:
String
?
=
null
,
val
lastName
:
String
?
=
null
,
val
mobile
:
String
?
=
null
,
val
secondaryEmail
:
String
?
=
null
)
Contains information about the identity of a user.
Types
Constructors
Properties
Constructors
User
Identity
Info
Link copied to clipboard
fun
UserIdentityInfo
(
email
:
String
?
=
null
,
firstName
:
String
?
=
null
,
lastName
:
String
?
=
null
,
mobile
:
String
?
=
null
,
secondaryEmail
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
first
Name
Link copied to clipboard
val
firstName
:
String
?
=
null
last
Name
Link copied to clipboard
val
lastName
:
String
?
=
null
mobile
Link copied to clipboard
val
mobile
:
String
?
=
null
secondary
Email
Link copied to clipboard
val
secondaryEmail
:
String
?
=
null