You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OwningApplicationId is the ID of the SharePoint Embedded application and ApplicationId is the ID of the application that has access to the SharePoint Embedded application. Application Administration cmdlets aren't applicable for Microsoft Loop. For more information about using this command, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication).
67
+
OwningApplicationId is the ID of the SharePoint Embedded application and ApplicationId is the guest application ID which has access to the SharePoint Embedded application. Application Administration cmdlets aren't applicable for Microsoft Loop. For more information, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication).
63
68
64
69
### Set sharing capability of applications
65
70
@@ -173,12 +178,18 @@ Admins can permanently delete a container from the deleted container collection
If permitted, Admins can add, edit, and remove guest application access to SharePoint Embedded applications. A guest application is defined as any application within the enterprise applications of the owning tenant. For more information about using this command, see [Set-SPOApplicationPermission](/powershell/module/sharepoint-online/set-spoapplicationpermission).
181
184
185
+
```powershell
186
+
Set-SPOApplicationPermission
187
+
[[-OwningApplicationId] <OwningApplicationid>]
188
+
[[-ApplicationId] <ApplicationId>]
189
+
[[-PermissionAppOnly] <AppOnlyPermission>]
190
+
[[-PermissionDelegated] <DelegatedPermission>]
191
+
```
192
+
182
193
## Security and Compliance Administration
183
194
184
195
SharePoint Embedded uses Microsoft’s comprehensive compliance and data governance solutions to help organizations manage risks, protect, and govern sensitive data, and respond to regulatory requirements. Security and compliance solutions work in a similar manner in the SharePoint Embedded platform as they do today in Microsoft 365 platform so that data is stored in a secure, protected way that meets customers’ business and compliance policies while making it easy for Compliance and SharePoint Administrators to enforce critical security and compliance policies on the content. For information on supported security and compliance capabilities, see [Security and Compliance](../../security-and-compliance.md).
0 commit comments