File tree 2 files changed +268
-17
lines changed
2 files changed +268
-17
lines changed Original file line number Diff line number Diff line change @@ -637,6 +637,22 @@ union MemberSuggestionsPolicy
637
637
disabled
638
638
enabled
639
639
640
+ struct MemberTransferredInternalFields
641
+ "Internal only - fields for target team computations"
642
+
643
+ source_team_id team_common.TeamId
644
+ "Internal only - team user was moved from."
645
+ target_team_id team_common.TeamId
646
+ "Internal only - team user was moved to."
647
+
648
+ example default
649
+ source_team_id = "dbtid:AAE3tIYgVuVT1gZork5wQJbXbmlrkBMq26c"
650
+ target_team_id = "dbtid:AAE3tIYgVuVT1gZork5wQJbXbmlrkBMq26c"
651
+
652
+ example default2
653
+ source_team_id = "dbtid:AAFAqKNLrx_W9MFkS2gWftX0QfTZpo03WsE"
654
+ target_team_id = "dbtid:AAFAqKNLrx_W9MFkS2gWftX0QfTZpo03WsE"
655
+
640
656
union MicrosoftOfficeAddinPolicy
641
657
"Microsoft Office addin policy"
642
658
disabled
@@ -2707,6 +2723,9 @@ struct FileMoveDetails
2707
2723
struct FilePermanentlyDeleteDetails
2708
2724
"Permanently deleted files and/or folders."
2709
2725
2726
+
2727
+ example default
2728
+
2710
2729
struct FilePreviewDetails
2711
2730
"Previewed files and/or folders."
2712
2731
You can’t perform that action at this time.
0 commit comments