Class: module:model/Permission

module:model/Permission(theData, obj)

new module:model/Permission(theData, obj)

Constructs a new Permission.

Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/Permission

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a Permission from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(inner) access :String

The authentication access type

Type:
  • String
Source:

(inner) authId :String

The authentication ID

Type:
  • String
Source: