File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -391,15 +391,15 @@ class ActorPermissionLevel(str, Enum):
391391 FULL_PERMISSIONS = 'FULL_PERMISSIONS'
392392 """Full permission Actors have access to all user data in the account."""
393393
394- #: Limited permission Actors have access only to specific resources:
395- #: - default storages
396- #: - storages provided via input
397- #: - the current run
398- #: - ...
399- #:
400- #: Broadly speaking, limited permission Actors cannot access any account data not related to the current run.
401- #: For details refer to the Apify documentation.
402394 LIMITED_PERMISSIONS = 'LIMITED_PERMISSIONS'
395+ """Limited permission Actors have access only to specific resources:
396+ - default storages
397+ - storages provided via input
398+ - the current run
399+ - ...
400+ Broadly speaking, limited permission Actors cannot access any account data not related to the current run.
401+ For details refer to the Apify documentation.
402+ """
403403
404404
405405INTEGER_ENV_VARS_TYPE = Literal [
You can’t perform that action at this time.
0 commit comments