ILiftrBaseUserDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseUserDetailsTypeConverter))]
public interface ILiftrBaseUserDetails : Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseUserDetailsTypeConverter))>]
type ILiftrBaseUserDetails = interface
    interface IJsonSerializable
Public Interface ILiftrBaseUserDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EmailAddress

Email address of the user

FirstName

First name of the user

LastName

Last name of the user

PhoneNumber

User's phone number

Upn

User's principal name

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to