![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new user to be created. More...
#include <VxNewUser.h>
Public Member Functions | |
| VxNewUser () | |
| Initializes a new instance of the VxNewUser struct. More... | |
| VxNewUser (const VxNewUser &ref) | |
| Initializes a new instance of the VxNewUser struct. More... | |
| ~VxNewUser () | |
| Finalizes an instance of the VxNewUser struct. More... | |
| void | Clear () |
| Clears this instance. More... | |
Public Attributes | |
| bool | mustChangePassword |
| If true, the new user will be forced to change their password the first time they log in. More... | |
| char | domain [64] |
| The network domain for the user. Defaults to LOCAL. More... | |
| char | employeeId [64] |
| The employee identifier associated with the user. More... | |
| char | firstName [64] |
| The first name of user. More... | |
| char | lastName [64] |
| The last name of user. More... | |
| char | name [64] |
| The unique name of the user that this resource is representing. More... | |
| char | note [1024] |
| Supplemental information about the user. More... | |
| char | password [64] |
| The password to associate with the user. Must contain more than 7 characters. More... | |
| int | phoneNumberSize |
| The size of phoneNumbers. More... | |
| VxPhoneNumber * | phoneNumbers |
| The telephone number(s) for the user. More... | |
Represents a new user to be created.
Definition at line 12 of file VxNewUser.h.
|
inline |
|
inline |
Initializes a new instance of the VxNewUser struct.
| ref | The reference. |
Definition at line 25 of file VxNewUser.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 48 of file VxNewUser.h.
| char VxSdk::VxNewUser::domain[64] |
The network domain for the user. Defaults to LOCAL.
Definition at line 69 of file VxNewUser.h.
| char VxSdk::VxNewUser::employeeId[64] |
The employee identifier associated with the user.
Definition at line 73 of file VxNewUser.h.
| char VxSdk::VxNewUser::firstName[64] |
The first name of user.
Definition at line 77 of file VxNewUser.h.
| char VxSdk::VxNewUser::lastName[64] |
The last name of user.
Definition at line 81 of file VxNewUser.h.
| bool VxSdk::VxNewUser::mustChangePassword |
If true, the new user will be forced to change their password the first time they log in.
Definition at line 65 of file VxNewUser.h.
| char VxSdk::VxNewUser::name[64] |
The unique name of the user that this resource is representing.
Definition at line 85 of file VxNewUser.h.
| char VxSdk::VxNewUser::note[1024] |
Supplemental information about the user.
Definition at line 89 of file VxNewUser.h.
| char VxSdk::VxNewUser::password[64] |
The password to associate with the user. Must contain more than 7 characters.
Definition at line 93 of file VxNewUser.h.
| VxPhoneNumber* VxSdk::VxNewUser::phoneNumbers |
The telephone number(s) for the user.
Definition at line 101 of file VxNewUser.h.
| int VxSdk::VxNewUser::phoneNumberSize |
The size of phoneNumbers.
Definition at line 97 of file VxNewUser.h.