UserDetailsUpdate Class

Definition

User Info of Informatica Organization resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.UserDetailsUpdateTypeConverter))]
public class UserDetailsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IUserDetailsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.UserDetailsUpdateTypeConverter))>]
type UserDetailsUpdate = class
    interface IUserDetailsUpdate
    interface IJsonSerializable
Public Class UserDetailsUpdate
Implements IUserDetailsUpdate
Inheritance
UserDetailsUpdate
Attributes
Implements

Constructors

Name Description
UserDetailsUpdate()

Creates an new UserDetailsUpdate instance.

Properties

Name Description
EmailAddress

User email address.

FirstName

User first name.

LastName

User last name.

PhoneNumber

Phone number of the user used by for contacting them if needed

Upn

UPN of user

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserDetailsUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserDetailsUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IUserDetailsUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserDetailsUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to