Skip to content

Commit 956339f

Browse files
authored
Spec Update 10/06/2021 (dropbox#58)
Change Notes: team_log_generated Namespace - Update SharingLinkPolicy union to include default_no_one team_policies Namespace - Update SharedLinkCreatePolicy union to include default_no_one
1 parent 65585e4 commit 956339f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

team_log_generated.stone

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ union SharingFolderJoinPolicy
822822

823823
union SharingLinkPolicy
824824
"Policy for controlling if team members can share links externally"
825+
default_no_one
825826
default_private
826827
default_public
827828
only_private

team_policies.stone

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ union SharedLinkCreatePolicy
6969
team_only
7070
"Only members of the same team can access all shared links.
7171
Login will be required to access all shared links."
72+
default_no_one
73+
"Only people invited can access newly created links.
74+
Login will be required to access the shared links unless overridden."
7275

7376
union EmmState
7477
disabled

0 commit comments

Comments
 (0)