|
| constructor () |
| Constructor.
|
|
| constructor (corporation, email, login_name, name, first_name, last_name, title, department) |
| Constructor, with parameters. More...
|
|
| Set (corporation, email, login_name, name, first_name, last_name, title, department) |
| Set values. More...
|
|
This class represents identity properties of current user, and is used for callback function FSDK.ActionCallback.GetIdentityProperties.
◆ constructor()
Constructor, with parameters.
- Parameters
-
[in] | corporation | The corporation name. |
[in] | email | The email address. |
[in] | login_name | The login name. Usually, this is the name used to log in current operating system. |
[in] | name | The user name. |
[in] | first_name | The user first name. |
[in] | last_name | The user last name. |
[in] | title | The user title. |
[in] | department | The department name. |
◆ Set()
Set values.
- Parameters
-
[in] | corporation | The corporation name. |
[in] | email | The email address. |
[in] | login_name | The login name. Usually, this is the name used to log in current operating system. |
[in] | name | The user name. |
[in] | first_name | The user first name. |
[in] | last_name | The uesr last name. |
[in] | title | The user title. |
[in] | department | The department name. |
- Returns
- None.