MOVEitUserGroupInfo Class |
Namespace: MOVEit.DMZ.API
The MOVEitUserGroupInfo type exposes the following members.
Name | Description | |
---|---|---|
AdminFolderAccess |
If set to 1, GroupAdmins of this group will have administrative access to the home folders of the group member users.
| |
AdminTempUserAccess |
If set to 1, GroupAdmins of this group will have administrative
access to the temp users created by the group member users. These
temp users are called Limited Members.
| |
AllowAttachments |
If set to 1, and the organization is configured to allow attachments
by group only, then members of this group will be allowed to add
attachments to their secure messages.
| |
CanCreateTempUsers |
If set to 1, and the organization is configured to allow creation
of temp users by group only, then members of this group will be
allowed to create temp users.
| |
DataInitialized |
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.) | |
Description |
Description of this group.
| |
DisplayProfileName |
Name of the Display Profile applied to this group, if any.
| |
ID |
The unique ID of this group.
| |
InstID |
ID of the organization this group exists in.
| |
MaxMaxAttchSize |
Determines the maximum attachment size restriction that GroupAdmins
of this group may assign to member users.
| |
MaxMemberQuota |
Determines the maximum quota restriction that GroupAdmins of this group may assign to member users.
| |
Name |
The name of this group.
| |
OrgID |
ID of the organization this group exists in.
| |
TempUsersInAddrBookExpansion |
If set to 1, temp users who are members of this group (Limited Members)
will be included in address book expansion member lists of this group.
|
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.