Module: Appwrite::Enums::Scopes
- Defined in:
- lib/appwrite/enums/scopes.rb
Constant Summary collapse
- SESSIONS_WRITE =
'sessions.write'- USERS_READ =
'users.read'- USERS_WRITE =
'users.write'- TEAMS_READ =
'teams.read'- TEAMS_WRITE =
'teams.write'- DATABASES_READ =
'databases.read'- DATABASES_WRITE =
'databases.write'- COLLECTIONS_READ =
'collections.read'- COLLECTIONS_WRITE =
'collections.write'- TABLES_READ =
'tables.read'- TABLES_WRITE =
'tables.write'- ATTRIBUTES_READ =
'attributes.read'- ATTRIBUTES_WRITE =
'attributes.write'- COLUMNS_READ =
'columns.read'- COLUMNS_WRITE =
'columns.write'- INDEXES_READ =
'indexes.read'- INDEXES_WRITE =
'indexes.write'- DOCUMENTS_READ =
'documents.read'- DOCUMENTS_WRITE =
'documents.write'- ROWS_READ =
'rows.read'- ROWS_WRITE =
'rows.write'- FILES_READ =
'files.read'- FILES_WRITE =
'files.write'- BUCKETS_READ =
'buckets.read'- BUCKETS_WRITE =
'buckets.write'- FUNCTIONS_READ =
'functions.read'- FUNCTIONS_WRITE =
'functions.write'- SITES_READ =
'sites.read'- SITES_WRITE =
'sites.write'- LOG_READ =
'log.read'- LOG_WRITE =
'log.write'- EXECUTION_READ =
'execution.read'- EXECUTION_WRITE =
'execution.write'- LOCALE_READ =
'locale.read'- AVATARS_READ =
'avatars.read'- HEALTH_READ =
'health.read'- PROVIDERS_READ =
'providers.read'- PROVIDERS_WRITE =
'providers.write'- MESSAGES_READ =
'messages.read'- MESSAGES_WRITE =
'messages.write'- TOPICS_READ =
'topics.read'- TOPICS_WRITE =
'topics.write'- SUBSCRIBERS_READ =
'subscribers.read'- SUBSCRIBERS_WRITE =
'subscribers.write'- TARGETS_READ =
'targets.read'- TARGETS_WRITE =
'targets.write'- RULES_READ =
'rules.read'- RULES_WRITE =
'rules.write'- MIGRATIONS_READ =
'migrations.read'- MIGRATIONS_WRITE =
'migrations.write'- VCS_READ =
'vcs.read'- VCS_WRITE =
'vcs.write'- ASSISTANT_READ =
'assistant.read'- TOKENS_READ =
'tokens.read'- TOKENS_WRITE =
'tokens.write'