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):
391
391
FULL_PERMISSIONS = 'FULL_PERMISSIONS'
392
392
"""Full permission Actors have access to all user data in the account."""
393
393
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.
402
394
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
+ """
403
403
404
404
405
405
INTEGER_ENV_VARS_TYPE = Literal [
You can’t perform that action at this time.
0 commit comments