IUserDetailsUpdate Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to