Documentation

BaseUser
in package

Table of Contents

Methods

getDisplayName()  : string
Get the value of displayName
getGivenName()  : string|null
Get the value of givenName
getId()  : string
Get the value of id
getIdentities()  : array<string|int, ObjectIdentity>|null
Get the value of identities
getMail()  : string
Get the value of email
getOnPremisesSamAccountName()  : string|null
Get the value of onPremisesSamAccountName
getSurname()  : string|null
Get the value of surname

Methods

getDisplayName()

Get the value of displayName

public getDisplayName() : string
Return values
string

getGivenName()

Get the value of givenName

public getGivenName() : string|null
Return values
string|null

getId()

Get the value of id

public getId() : string
Return values
string

getIdentities()

Get the value of identities

public getIdentities() : array<string|int, ObjectIdentity>|null
Return values
array<string|int, ObjectIdentity>|null

getMail()

Get the value of email

public getMail() : string
Return values
string

getOnPremisesSamAccountName()

Get the value of onPremisesSamAccountName

public getOnPremisesSamAccountName() : string|null
Return values
string|null

getSurname()

Get the value of surname

public getSurname() : string|null
Return values
string|null

        
On this page

Search results