rest_user_api_access
Overview
Indicates that the given user has access to the current API
| Object name | rest_user_api_access |
|---|---|
| Table name | psys_rest_user_api_access |
| Path | /preside-objects/rest/rest_user_api_access.cfc |
Properties
property name="rest_user" relationship="many-to-one" relatedto="rest_user" required=true uniqueIndexes="userapi|1" ondelete="cascade";
property name="api" type="string" dbtype="varchar" maxlength=200 required=true uniqueIndexes="userapi|2";