UserDetails Class
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.
User Info of Informatica Organization resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.UserDetailsTypeConverter))]
public class UserDetails : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IUserDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.UserDetailsTypeConverter))>]
type UserDetails = class
interface IUserDetails
interface IJsonSerializable
Public Class UserDetails
Implements IUserDetails
- Inheritance
-
UserDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UserDetails() |
Creates an new UserDetails 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 UserDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IUserDetails. |
| FromJsonString(String) |
Creates a new instance of UserDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |