OAuthApps.constants.ts16 lines · main
| 1 | export const PERMISSIONS_DESCRIPTIONS = { |
| 2 | ANALYTICS: 'access to analytics logs.', |
| 3 | ANALYTICS_CONFIG: 'access to analytics logs configurations.', |
| 4 | AUTH: 'access to auth configurations and SSO providers.', |
| 5 | DATABASE: |
| 6 | 'access to Postgres configurations, SQL snippets, SSL enforcement configurations and Typescript schema types.', |
| 7 | DOMAINS: 'access to custom domains and vanity subdomains.', |
| 8 | EDGE_FUNCTIONS: 'access to edge functions.', |
| 9 | ENVIRONMENT: 'access to environments/branches.', |
| 10 | ORGANIZATIONS: 'access to the organization and all its members.', |
| 11 | PROJECTS: |
| 12 | "access to creation and deletion of projects, each project's metadata, upgrade status, network restrictions and network bans.", |
| 13 | REST: 'access to PostgREST configurations.', |
| 14 | SECRETS: 'access to API keys, secrets and pgsodium configurations.', |
| 15 | STORAGE: 'access to storage buckets and files.', |
| 16 | } |