IUserDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.UserDetailsTypeConverter))]
public interface IUserDetails : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.UserDetailsTypeConverter))>]
type IUserDetails = interface
interface IJsonSerializable
Public Interface IUserDetails
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) |