2019-12-16 05:11:41 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [ // List of publicly visible scopes
|
|
|
|
|
'users.read',
|
|
|
|
|
'users.write',
|
|
|
|
|
'teams.read',
|
|
|
|
|
'teams.write',
|
|
|
|
|
'collections.read',
|
|
|
|
|
'collections.write',
|
|
|
|
|
'documents.read',
|
|
|
|
|
'documents.write',
|
|
|
|
|
'files.read',
|
|
|
|
|
'files.write',
|
2020-05-05 20:37:59 +00:00
|
|
|
'functions.read',
|
|
|
|
|
'functions.write',
|
2020-05-16 15:33:26 +00:00
|
|
|
'health.read',
|
2020-01-12 11:46:39 +00:00
|
|
|
// 'platforms.read',
|
|
|
|
|
// 'platforms.write',
|
|
|
|
|
// 'keys.read',
|
|
|
|
|
// 'keys.write',
|
|
|
|
|
// 'tasks.read',
|
|
|
|
|
// 'tasks.write',
|
|
|
|
|
// 'webhooks.read',
|
|
|
|
|
// 'webhooks.write',
|
|
|
|
|
'locale.read',
|
|
|
|
|
'avatars.read',
|
2020-05-16 15:34:37 +00:00
|
|
|
'health.read',
|
2019-12-16 05:11:41 +00:00
|
|
|
];;
|