diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index d1d65b814..bca6a40ac 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -38,6 +38,7 @@ Set-SPOTenant [-AllowSharingOutsideRestrictedAccessControlGroups ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-AnyoneLinkTrackUsers ] + [-AppAccessInformationBarriersAllowList [String[]]] [-AppBypassInformationBarriers ] [-ApplyAppEnforcedRestrictionsToAdHocRecipients ] [-AutofillColumnScope ] @@ -4392,6 +4393,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AppAccessInformationBarriersAllowList + +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 +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)