Config2_GroupPermissions

Group permission entry specifying the group and their permissions.

Instances of this class are obtained from:

Properties

PropertyTypeDescription
groupName String

Name of the group.

permissions String

Permissions granted to the group.

Property Details

groupName :String

Description:
  • Name of the group.

Name of the group.

Type:
  • String

permissions :String

Description:
  • Permissions granted to the group. Available permissions are: 'FileRead', 'FileWrite', 'FileAppend', 'FileRename', 'FileDelete', 'FileExecute', 'DirList', 'DirChange', 'DirCreate', 'DirRename', 'DirDelete', 'IgnoreFilters'. Set to 'All' to give full permissions.

Permissions granted to the group. Available permissions are: 'FileRead', 'FileWrite', 'FileAppend', 'FileRename', 'FileDelete', 'FileExecute', 'DirList', 'DirChange', 'DirCreate', 'DirRename', 'DirDelete', 'IgnoreFilters'. Set to 'All' to give full permissions.

Type:
  • String