Dela via


UserInfo Class

Definition

User Information to be passed to partners.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.UserInfoTypeConverter))]
public class UserInfo : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IUserInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.UserInfoTypeConverter))>]
type UserInfo = class
    interface IUserInfo
    interface IJsonSerializable
Public Class UserInfo
Implements IUserInfo
Inheritance
UserInfo
Attributes
Implements

Constructors

UserInfo()

Creates an new UserInfo instance.

Properties

CompanyInfoBusiness

Business of the company

CompanyInfoCountry

Country of the company location.

CompanyInfoDomain

Domain of the company

CompanyInfoEmployeesNumber

Number of employees in the company

CompanyInfoState

State of the company location.

CompanyName

Company name of the user

EmailAddress

Email of the user used by Elastic for contacting them if needed

FirstName

First name of the user

LastName

Last name of the user

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IUserInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to