ActorPermissionLevel
Index
Enumeration Members
Enumeration Members
FULL_PERMISSIONS
Full permission Actors have access to all user data in the account.
LIMITED_PERMISSIONS
Limited permission Actors have access only to specific resources: - default storages - storages provided via input - the current run - ...
Broadly speaking, limited permission Actors cannot access any account data not related to the current run. For details refer to the Apify documentation.
Determines permissions that the Actor is granted when running.
Based on this value, the Apify platform generates a scoped run token with a corresponding permission scope and injects it into the Actor runtime.
Warning: Make sure you know what you are doing when changing this value!