Config2_OwnerPermissions

Owner permission entry specifying the owner user and their permissions.

Instances of this class are obtained from:

Properties

PropertyTypeDescription
permissions String

Permissions granted to the owner.

userName String

User-name of the owner.

Property Details

permissions :String

Description:
  • Permissions granted to the owner. 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 owner. Available permissions are: 'FileRead', 'FileWrite', 'FileAppend', 'FileRename', 'FileDelete', 'FileExecute', 'DirList', 'DirChange', 'DirCreate', 'DirRename', 'DirDelete', 'IgnoreFilters'. Set to 'All' to give full permissions.

Type:
  • String

userName :String

Description:
  • User-name of the owner.

User-name of the owner.

Type:
  • String