From f92b06eff8bebaebea66cda0a6539c6f4e191ec7 Mon Sep 17 00:00:00 2001 From: kruby10 Date: Wed, 3 Jun 2026 12:22:05 -0700 Subject: [PATCH] Add external data share access operations Added operations for enabling and disabling external data share access for workspaces with inbound access restrictions. --- docs/admin/operation-list.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/operation-list.md b/docs/admin/operation-list.md index c0434c6a3d..f8f1c65bb4 100644 --- a/docs/admin/operation-list.md +++ b/docs/admin/operation-list.md @@ -778,7 +778,8 @@ The following operations are available in the audit logs. | Disable Git for workspace with restricted outbound access | :::no-loc text="DisableGitForWorkspaceWithRestrictedOutboundAccess"::: | Disable Git for workspace with restricted outbound access | | Get workspace IP firewall rules | :::no-loc text="GetFolderFirewallRules"::: | Get workspace IP firewall rules | | Update workspace IP firewall rules | :::no-loc text="SetFolderFirewallRules"::: | Update workspace IP firewall rules | - +| Enabled external data share access for inbound access restricted workspaces | :::no-loc text="ExternalDataSharesBypassForWorkspaceEnabled"::: | | +| Disabled external data share access for inbound access restricted workspaces | :::no-loc text="ExternalDataSharesBypassForWorkspaceDisabled"::: | | ## Considerations and limitations