LiftrBaseUserDetails Class

Definition

User details for an organization

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

Constructors

Name Description
LiftrBaseUserDetails()

Creates an new LiftrBaseUserDetails instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LiftrBaseUserDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LiftrBaseUserDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseUserDetails.

FromJsonString(String)

Creates a new instance of LiftrBaseUserDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LiftrBaseUserDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to