Acl enum
API key permissions: addObject
: required to add or update records, copy or move an index. analytics
: required to access the Analytics API. browse
: required to view records deleteIndex
: required to delete indices. deleteObject
: required to delete records. editSettings
: required to change index settings. inference
: required to access the Inference API. listIndexes
: required to list indices. logs
: required to access logs of search and indexing operations. recommendation
: required to access the Personalization and Recommend APIs. search
: required to search records seeUnretrievableAttributes
: required to retrieve unretrievableAttributes
for all operations that return records. settings
: required to examine index settings.
Values
- addObject → const Acl
-
const Acl(r'addObject')
- analytics → const Acl
-
const Acl(r'analytics')
- browse → const Acl
-
const Acl(r'browse')
- deleteObject → const Acl
-
const Acl(r'deleteObject')
- deleteIndex → const Acl
-
const Acl(r'deleteIndex')
- editSettings → const Acl
-
const Acl(r'editSettings')
- inference → const Acl
-
const Acl(r'inference')
- listIndexes → const Acl
-
const Acl(r'listIndexes')
- logs → const Acl
-
const Acl(r'logs')
- personalization → const Acl
-
const Acl(r'personalization')
- recommendation → const Acl
-
const Acl(r'recommendation')
- search → const Acl
-
const Acl(r'search')
- seeUnretrievableAttributes → const Acl
-
const Acl(r'seeUnretrievableAttributes')
- settings → const Acl
-
const Acl(r'settings')
- usage → const Acl
-
const Acl(r'usage')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited