AdminAccount Class
NAMESPACE
RASAdminEngine.Core.OutputModels
DESCRIPTION
RAS Admin
INHERITED FROM
RASSerilazableObj⇒RASListObj⇒AdminAccount
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
String | AdminCreate | ||
String | AdminLastMod | ||
String | The user email address. | ||
Boolean | Enabled | Whether this administrator is enabled or disabled in the farm. | |
Boolean | FullPermissions | Whether the "Full Permissions" option is enabled or disabled. | |
String | GroupName | Group name. | |
UInt32 | Id | ||
String | Mobile | The user mobile phone number. | |
String | Name | Parallels RAS administrator user or group name. | |
Notify | Admin Notification type. 0 = None, 1 = Email | ||
Permissions | Specifies the type of permissions that are used. | ||
DateTime | TimeCreate | ||
DateTime | TimeLastMod | ||
Type | Admin Type: 0 = User, 1 = Group, 2 = User Group |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | ||
Boolean | Equals (Object obj) | ||
Int32 | GetHashCode () | ||
Type | GetType () | ||
String | ToString () |
Last updated