name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
authProvider | int | element | 1/1 | Returns the value for the member attribute authProvider | |
authStatus | int | element | 1/1 | Returns the value for the member attribute authStatus | |
authTime | dateTime | element | 0/1 | Returns the value for the member attribute authTime | |
authType | int | element | 1/1 | Returns the value for the member attribute authType | |
cityName | string | element | 0/1 | Returns the value for the member attribute cityName | |
countryName | string | element | 0/1 | Returns the value for the member attribute countryName | |
deviceType | int | element | 1/1 | Returns the value for the member attribute deviceType | |
emailAddress | string | element | 0/1 | Returns the value for the member attribute emailAddress | |
familyScreenName | string | element | 0/1 | Returns the value for the member attribute familyScreenName | |
firstName | string | element | 0/1 | Returns the value for the member attribute firstName | |
isTestUser | boolean | element | 1/1 | Returns the value for the member attribute isTestUser | |
lastName | string | element | 0/1 | Returns the value for the member attribute lastName | |
loginId | string | element | 0/1 | Returns the value for the member attribute loginId | |
publicScreenName | string | element | 0/1 | Returns the value for the member attribute publicScreenName | |
requestIP | string | element | 0/1 | Returns the value for the member attribute requestIP | |
requestUserAgent | string | element | 0/1 | Returns the value for the member attribute requestUserAgent | |
stateName | string | element | 0/1 | Returns the value for the member attribute stateName | |
userId | long | element | 0/1 | Returns the value for the member attribute userId | |
Properties inherited from VXDataObject |
|||||
createDate | dateTime | element | 0/1 | Returns the value for the member attribute createDate | |
id | long | element | 0/1 | Returns the value for the member attribute id | |
owner | string | element | 0/1 | Returns the value for the member attribute owner | |
updateDate | dateTime | element | 0/1 | Returns the value for the member attribute updateDate | |
updatedBy | string | element | 0/1 | Returns the value for the member attribute updatedBy |
Example
<VXAuthSession> <loginId>...</loginId> <userId>...</userId> <emailAddress>...</emailAddress> <isTestUser>...</isTestUser> <firstName>...</firstName> <lastName>...</lastName> <publicScreenName>...</publicScreenName> <familyScreenName>...</familyScreenName> <authTime>...</authTime> <authStatus>...</authStatus> <authType>...</authType> <authProvider>...</authProvider> <deviceType>...</deviceType> <requestIP>...</requestIP> <cityName>...</cityName> <stateName>...</stateName> <countryName>...</countryName> <requestUserAgent>...</requestUserAgent> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </VXAuthSession>