DATA

Synopsis

HELP:   Receiver user IDs for data key encryption (allows full access)
TYPE:   OBJECT
SYNTAX: DATA/USER/RECEIVER[(ID/USERID['str'...],RIGHTS())...]

Description

Sets the recipient PGP user ID for the DATA access level. The owner(s) of the PGP key(s) will have full access to all data in the archive, including the directory (list of contents), member (search in encrypted member data) and all encrypted member data. This access level is required to write data to the archive.

On the DATA access level, three randomly generated keys per archive (one each for directory, member, data access) are encrypted using the provided PGP key(s).

It is possible to restrict the rights of this user to certain operations on the archive. If no additional restriction is defined, the PGP key(s) can be used to read, add, change and delete data records for all members, formats and columns.

 RIGHTS(ALL MEMBER='*' FORMAT='*' COLUMN='*' STRING=LEN0)

The rights definition above is the default if nothing has been defined.

Arguments