@@ -341,7 +341,7 @@ struct Certificate
341
341
common_name = "xyz"
342
342
343
343
union ChangeLinkExpirationPolicy
344
- "Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared is updated"
344
+ "Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared link is updated"
345
345
allowed
346
346
not_allowed
347
347
@@ -5923,7 +5923,7 @@ struct SharingChangeFolderJoinPolicyDetails
5923
5923
previous_value = from_anyone
5924
5924
5925
5925
struct SharingChangeLinkAllowChangeExpirationPolicyDetails
5926
- "Changed the password requirement for the links shared outside of the team."
5926
+ "Changed the allow remove or change expiration policy for the links shared outside of the team."
5927
5927
5928
5928
new_value EnforceLinkPasswordPolicy
5929
5929
"To."
@@ -5947,7 +5947,7 @@ struct SharingChangeLinkDefaultExpirationPolicyDetails
5947
5947
previous_value = none
5948
5948
5949
5949
struct SharingChangeLinkEnforcePasswordPolicyDetails
5950
- "Changed the allow remove or change expiration policy for the links shared outside of the team."
5950
+ "Changed the password requirement for the links shared outside of the team."
5951
5951
5952
5952
new_value ChangeLinkExpirationPolicy
5953
5953
"To."
@@ -9495,7 +9495,7 @@ struct SharingChangeLinkAllowChangeExpirationPolicyType
9495
9495
description String
9496
9496
9497
9497
example default
9498
- description = "(team_policies) Changed the password requirement for the links shared outside of the team"
9498
+ description = "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
9499
9499
9500
9500
struct SharingChangeLinkDefaultExpirationPolicyType
9501
9501
description String
@@ -9507,7 +9507,7 @@ struct SharingChangeLinkEnforcePasswordPolicyType
9507
9507
description String
9508
9508
9509
9509
example default
9510
- description = "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
9510
+ description = "(team_policies) Changed the password requirement for the links shared outside of the team"
9511
9511
9512
9512
struct SharingChangeLinkPolicyType
9513
9513
description String
@@ -10708,11 +10708,11 @@ union EventType
10708
10708
sharing_change_folder_join_policy SharingChangeFolderJoinPolicyType
10709
10709
"(team_policies) Changed whether team members can join shared folders owned outside team"
10710
10710
sharing_change_link_allow_change_expiration_policy SharingChangeLinkAllowChangeExpirationPolicyType
10711
- "(team_policies) Changed the password requirement for the links shared outside of the team"
10711
+ "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
10712
10712
sharing_change_link_default_expiration_policy SharingChangeLinkDefaultExpirationPolicyType
10713
10713
"(team_policies) Changed the default expiration for the links shared outside of the team"
10714
10714
sharing_change_link_enforce_password_policy SharingChangeLinkEnforcePasswordPolicyType
10715
- "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
10715
+ "(team_policies) Changed the password requirement for the links shared outside of the team"
10716
10716
sharing_change_link_policy SharingChangeLinkPolicyType
10717
10717
"(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default"
10718
10718
sharing_change_member_policy SharingChangeMemberPolicyType
@@ -11656,11 +11656,11 @@ union EventTypeArg
11656
11656
sharing_change_folder_join_policy
11657
11657
"(team_policies) Changed whether team members can join shared folders owned outside team"
11658
11658
sharing_change_link_allow_change_expiration_policy
11659
- "(team_policies) Changed the password requirement for the links shared outside of the team"
11659
+ "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
11660
11660
sharing_change_link_default_expiration_policy
11661
11661
"(team_policies) Changed the default expiration for the links shared outside of the team"
11662
11662
sharing_change_link_enforce_password_policy
11663
- "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
11663
+ "(team_policies) Changed the password requirement for the links shared outside of the team"
11664
11664
sharing_change_link_policy
11665
11665
"(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default"
11666
11666
sharing_change_member_policy
0 commit comments