Skip to content

Commit 43f97bc

Browse files
committed
Update consuming tenant admin documentation with new guest application permission management
1 parent e297b20 commit 43f97bc

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

docs/embedded/concepts/admin-exp/consuming-tenant-admin/ctapowershell.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,17 @@ Get-SPOApplication
5454
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
5555
```
5656

57-
```powershell
57+
For more information, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication).
58+
59+
### View guest application permissions
60+
61+
Admins can view the guest application permissions for any SharePoint Embedded application within their tenant using this command.
5862

63+
```powershell
5964
Get-SPOApplication -OwningApplicationId <OwningApplicationId> -ApplicationId <ApplicationId>
6065
```
6166

62-
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).
6368

6469
### Set sharing capability of applications
6570

@@ -173,12 +178,18 @@ Admins can permanently delete a container from the deleted container collection
173178
Remove-SPODeletedContainer -Identity <ContainerId>
174179
```
175180

176-
## Coming Soon
181+
### Guest application permission management
177182

178-
1. Add users to containers
179-
1. Reassign user permission in a container
180-
1. Remove user from a container
183+
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).
181184

185+
```powershell
186+
Set-SPOApplicationPermission
187+
[[-OwningApplicationId] <OwningApplicationid>]
188+
[[-ApplicationId] <ApplicationId>]
189+
[[-PermissionAppOnly] <AppOnlyPermission>]
190+
[[-PermissionDelegated] <DelegatedPermission>]
191+
```
192+
182193
## Security and Compliance Administration
183194

184195
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

Comments
 (0)