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
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-scoping.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,26 @@
1
1
---
2
-
title: Scoping access to SharePoint site designs
3
-
description: Set scope on SharePoint site designs to control who can view and access them.
4
-
ms.date: 04/20/2018
2
+
title: Select audiences for SharePoint site templates
3
+
description: Determine which audiences can access certain site templates.
4
+
ms.date: 08/23/2021
5
5
localization_priority: Priority
6
6
---
7
7
8
-
# Scoping access to site designs
8
+
# Scoping access to site templates
9
9
10
-
Site designs are available to everyone by default. You can also scope site designs so that they are only available to specific users or groups. For example, the accounting department may have specific site designs they use, but it may not make sense to share those site designs with everyone.
10
+
Site templates are available to everyone by default. You can also scope site templates so that they are only available to specific users or groups. For example, the accounting department may have specific site designs they use, but it may not make sense to share those site templates with everyone.
11
11
12
-
This article explains how you can control which users and groups can see specific site designs.
12
+
This article explains how you can control which users and groups can see specific site templates.
13
13
14
-
## Grant rights to a site design
14
+
## Grant rights to a site template
15
15
16
-
When a site design is first created, it is available to everyone. You can grant **View** rights to the site design. After rights are granted, only the users or groups (principals) specified have access. You can continue granting rights to more principals with subsequent API calls.
16
+
When a site template is first created, it is available to everyone. You can grant **View** rights to the site template. After rights are granted, only the users or groups (principals) specified have access. You can continue granting rights to more principals with subsequent API calls.
17
17
18
18
> [!NOTE]
19
19
> Scoping is currently only available for mail-enabled security groups and users. We are planning to provide support for Microsoft 365 groups in the future.
20
20
21
21
## Grant rights to security groups
22
22
23
-
The following example shows how to scope an existing site design so that only the mail-enabled security group **accounting** can view and use the site design.
23
+
The following example shows how to scope an existing site template so that only the mail-enabled security group **accounting** can view and use the site template.
24
24
25
25
```powershell
26
26
Grant-SPOSiteDesignRights `
@@ -31,7 +31,7 @@ Grant-SPOSiteDesignRights `
31
31
32
32
<br/>
33
33
34
-
You might want to create a new site design and grant rights at the same time, as shown in the next example.
34
+
You might want to create a new site template and grant rights at the same time, as shown in the next example.
35
35
36
36
```powershell
37
37
Add-SPOSiteDesign `
@@ -47,7 +47,7 @@ Add-SPOSiteDesign `
47
47
48
48
## Grant rights to users
49
49
50
-
The following example shows how to grant view rights on a site design to Nestor (a user at the fictional Contoso site).
50
+
The following example shows how to grant view rights on a site template to Nestor (a user at the fictional Contoso site).
To view rights, use the **Get-SPOSiteDesignRights** cmdlet. The following example shows how to use this cmdlet and a response in the case where only Nestor has view rights.
62
62
@@ -70,16 +70,16 @@ DisplayName PrincipalName Rights
0 commit comments