MOVEitUserInfo Class |
Namespace: MOVEit.DMZ.API
The MOVEitUserInfo type exposes the following members.
Name | Description | |
---|---|---|
AuthMethod |
When the user's organization is using a "mixed" authentication mode
(RADIUS then MOVEit or LDAP then MOVEit), this setting determines how
the user will be authenticated.
| |
DataInitialized |
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.) | |
DefaultFolderPath |
This user's default folder path.
| |
This user's email address. May be blank.
| ||
EmailFormat |
The user's preferred email format.
| |
ExpirationPolicyName |
The name of the expiration policy assigned to this user.
| |
ForcePasswordChange |
If set to 1, this user will be forced to change his or her password the next time they sign onto the system.
| |
HomeFolderPath |
This user's home folder path.
| |
ID |
The ID of this user.
| |
InstID |
ID of the organization this user exists in.
| |
Language |
Language code for this user account.
| |
LastLoginStamp |
Last time this user signed on.
| |
Notes |
Optional user description.
| |
Notification |
Indicates if this user receives email notifications.
| |
OrgID |
ID of the organization this user exists in.
| |
PasswordChangeStamp |
Last time this user's password was changed.
| |
Permission |
Indicates what class of user this is.
| |
Quota |
The user's quota, if any, in bytes.
| |
RealName |
The "real" name of this user.
| |
Status |
Current security status of the user account.
| |
StatusNote |
Optional note regarding the status of the user account.
| |
Username |
The username of this user.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Instances of the object are returned by various methods of the Client object. An instance of the object is populated using information returned from the MOVEit Transfer host, and then passed on to the calling program, which can then access the information through the available methods.
Note that not all fields may be populated depending on the method used and the permissions of the currently signed-on user. A blank string is the uninitialized value for string fields, and -1 is the value for numeric fields. The uninitialized value for datetime fields is 0 ticks.