Properties #
Property | Type | Description |
---|---|---|
_id | string | Profile ID |
policies | object[] | Array of policies for this profile |
rateLimit | number | Maximum number of requests per second and per node with this profile |
policies #
Each policy object can contain the following properties:
Property | Type | Description |
---|---|---|
roleId | string | Roles IDs for this user |
restrictedTo | object[] | Array of object containing indexes and collections which the profile is restricted to |
Edit this page on Github(opens new window)