ALM Project Database Reference
td.PUBLIC_ENTITY_KEYS Table
Description
Permissions granted on public resources to users of the REST API that do not log on to ALM.
Remarks

The authorization key, PEK_KEY, allows the user to access the resource identified with the PEK_RESOUCE_TYPE and the entity ID - PEK_OWNER_ID.

The URL contains the owner type, the owner ID, and the authorization key:

http://<host>:<port>/qcbin/rest/public/domains/<domain name>/projects/<project name>/<PEK_RESOURCE_TYPE>/<PEK_OWNER_ID>/<…>&authKey=<PEK_KEY>

For example:
http://localhost:8080/qcbin/rest/public/domains/MYDOMAIN/projects/MYPROJECT/graphs/1/layouts/default?alt=text/html&authKey=e3c18328-c08c-420f-868b-65514dd1258e

Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key PEK_IDThe record ID.int4   
 PEK_OWNER_TYPEThe table name of the owner type. For example:
ANALYSIS_ITEMS
varchar40   
 PEK_OWNER_IDThe ID of the entity in the table specified by PEK_OWNER_TYPE.int4   
 PEK_RESOURCE_TYPEThe collection resource name.varchar40   
 PEK_USER_NAME

The user who created this public share.

varchar60   
 PEK_KEYA unique key to this shared resource.varchar36   
 PEK_VER_STAMPThe version number of this record.int4   
Indexes
IndexDescriptionPrimaryUnique
PUBLIC_ENTITY_KEYS_PK 
See Also