Fix case of values per doc issue

This commit is contained in:
crandmck 2017-08-11 11:10:51 -07:00
parent 132ce4c4ae
commit 9f8321ad61
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ assert(Role, 'Role model must be defined before ACL model');
* - ALLOW: Explicitly grants access to the resource.
* - AUDIT: Log, in a system-dependent way, the access specified in the permissions component of the ACL entry.
* - DENY: Explicitly denies access to the resource.
* @property {String} principalType Type of the principal; one of: Application, User, Role.
* @property {String} principalType Type of the principal; one of: APPLICATION, USER, ROLE.
* @property {String} principalId ID of the principal - such as appId, userId or roleId.
* @property {Object} settings Extends the `Model.settings` object.
* @property {String} settings.defaultPermission Default permission setting: ALLOW, DENY, ALARM, or AUDIT. Default is ALLOW.