From a65618f855302504afe057ac816b2b8120355498 Mon Sep 17 00:00:00 2001 From: nibandyo <64233963+nibandyo@users.noreply.github.com> Date: Fri, 11 Apr 2025 12:27:23 -0700 Subject: [PATCH 1/2] Update Set-SPOTenant.md Updated parameter for AppAccessInformationBarriersAllowList parameter for Information barriers scenario. --- .../sharepoint-online/Set-SPOTenant.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index d1d65b814..def8a77a1 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -39,6 +39,7 @@ Set-SPOTenant [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-AnyoneLinkTrackUsers ] [-AppBypassInformationBarriers ] + [-AppAccessInformationBarriersAllowList [String[]]] [-ApplyAppEnforcedRestrictionsToAdHocRecipients ] [-AutofillColumnScope ] [-AutofillColumnsSelectedSitesList [String[]]] @@ -4392,6 +4393,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AppAccessInformationBarriersAllowList + +Gets ot sets the list of third-party application IDs (GUIDs) that are allowed to access Information barriers protected sites and OneDrives in the tenant. +Note: The feature associated with this cmdlet will be rolling out soon. + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: +Applicable: SharePoint Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + + ## RELATED LINKS [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) From 7064257392c33b85ea79df7ec4bad382955311c1 Mon Sep 17 00:00:00 2001 From: nibandyo <64233963+nibandyo@users.noreply.github.com> Date: Fri, 11 Apr 2025 13:33:16 -0700 Subject: [PATCH 2/2] Fix typo and reorder parameter in Set-SPOTenant.md Updated --- sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index def8a77a1..bca6a40ac 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -38,8 +38,8 @@ Set-SPOTenant [-AllowSharingOutsideRestrictedAccessControlGroups ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-AnyoneLinkTrackUsers ] - [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList [String[]]] + [-AppBypassInformationBarriers ] [-ApplyAppEnforcedRestrictionsToAdHocRecipients ] [-AutofillColumnScope ] [-AutofillColumnsSelectedSitesList [String[]]] @@ -4395,7 +4395,7 @@ Accept wildcard characters: False ### -AppAccessInformationBarriersAllowList -Gets ot sets the list of third-party application IDs (GUIDs) that are allowed to access Information barriers protected sites and OneDrives in the tenant. +Gets or sets the list of third-party application IDs (GUIDs) that are allowed to access information barriers protected sites and OneDrive accounts in the tenant. Note: The feature associated with this cmdlet will be rolling out soon. ```yaml