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
@@ -83,38 +84,25 @@ This example sets the host URLs for the container type with Id 4f0af585.
83
84
84
85
## PARAMETERS
85
86
86
-
### -DiscoverabilityDisabled
87
-
88
-
As a SharePoint Administrator or Global Administrator in Microsoft 365, you can control how your content appears in the Microsoft 365 experience. The default value for this parameter is True, which hides the SharePoint Embedded application content throughout the Microsoft 365 environment, including on office.com, onedrive.com, in recommended sections, or through other Microsoft intelligent file discovery features.
89
-
If you opt into the Microsoft 365 experience, your files will be integrated into Microsoft 365 environment, participating in intelligent file discovery.
90
-
91
-
PARAMVALUE: $true | $false
92
-
93
-
```yaml
94
-
Type: Boolean
95
-
Applicable: SharePoint Embedded
96
-
Position: Named
97
-
Required: False
98
-
Default value: True
99
-
Accept pipeline input: False
100
-
Accept wildcard characters: False
101
-
```
102
-
103
-
### -SharingRestricted
104
-
105
-
SharePoint Embedded offers a role-based sharing model that allows developers to configure file-sharing permissions based on container permission roles, offering a choice between a restrictive and an open sharing model. The open sharing model allows any container members and guest users with edit permissions to share files. The restrictive sharing model allows only container members who are either Owners or Managers to share files.
87
+
### -AnonymousLinkExpirationInDays
88
+
Specifies all anonymous links created after the value is set will expire after the set number of days.
106
89
107
-
PARAMVALUE: $true | $false
90
+
The value can be from 1 to 730 days.
91
+
92
+
To defer to the tenant level setting, set the value to -1.
108
93
109
94
```yaml
110
-
Type: Boolean
111
-
Applicable: SharePoint Embedded
112
-
Position: Named
95
+
Type: Int32
96
+
Parameter Sets: (All)
97
+
Aliases:
98
+
113
99
Required: False
114
-
Default value: True
100
+
Position: Named
101
+
Default value: None
115
102
Accept pipeline input: False
116
103
Accept wildcard characters: False
117
104
```
105
+
118
106
### -ApplicationRedirectUrl
119
107
120
108
This parameter specifies the url of that the application should be redirected to.
@@ -146,6 +134,7 @@ Default value: None
146
134
Accept pipeline input: False
147
135
Accept wildcard characters: False
148
136
```
137
+
149
138
### -CopilotEmbeddedChatHosts
150
139
This parameter is used to add host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
This setting determines if the container type `WhoCanShareAnonymousAllowList` overrides the tenant-level `WhoCanShareAnonymousAllowList`. The default value for this parameter is false.
155
+
As a SharePoint Administrator in Microsoft 365, you can control how your content appears in the Microsoft 365 experience. When this value is true, the SharePoint Embedded application content is hidden throughout the Microsoft 365 environment, including on office.com, onedrive.com, in recommended sections, or through other Microsoft intelligent file discovery features.
156
+
If you opt into the Microsoft 365 experience, your files will be integrated into Microsoft 365 environment, participating in intelligent file discovery.
This setting determines if the container type `WhoCanShareAuthenticatedGuestAllowList` overrides the tenant-level `WhoCanShareAuthenticatedGuestAllowList`. The default value for this parameter is false.
172
+
This setting determines if the container type `WhoCanShareAnonymousAllowList` overrides the tenant-level `WhoCanShareAnonymousAllowList`.
185
173
186
174
PARAMVALUE: True | False
187
175
@@ -192,56 +180,46 @@ Aliases:
192
180
193
181
Required: False
194
182
Position: Named
195
-
Default value: None
183
+
Default value: False
196
184
Accept pipeline input: False
197
185
Accept wildcard characters: False
198
186
```
199
187
200
-
### -WhoCanShareAnonymousAllowList
201
-
202
-
Sets a container type-specific list of security groups who are allowed to share with anonymous (non-authenticated) users as well as authenticated guest users. This must be set in conjunction with `OverrideTenantWhoCanShareAnonymousAllowList`.
> This allow list only accepts security groups, and not Microsoft 365 Groups.
190
+
This setting determines if the container type `WhoCanShareAuthenticatedGuestAllowList` overrides the tenant-level `WhoCanShareAuthenticatedGuestAllowList`.
206
191
207
-
Each security group is denoted by its GUID object ID. To set this list to be a specific security group, you need to enter its GUID as the parameter. You can enter multiple GUIDs by using a comma to separate them. To skip the check and allow all security groups to share to anyone, set this allow list and the `WhoCanShareAuthenticatedGuestAllowList` to null arrays.
192
+
PARAMVALUE: True | False
208
193
209
194
```yaml
210
-
Type: Guid[]
195
+
Type: Boolean
211
196
Parameter Sets: (All)
212
197
Aliases:
213
198
214
199
Required: False
215
200
Position: Named
216
-
Default value: None
201
+
Default value: False
217
202
Accept pipeline input: False
218
203
Accept wildcard characters: False
219
204
```
220
205
221
-
### -WhoCanShareAuthenticatedGuestAllowList
222
-
223
-
Sets a container type-specific list of security groups who are allowed to share with authenticated guest users at the container level. This must be set in conjunction with `OverrideTenantWhoCanShareAuthenticatedGuestAllowList`.
224
-
225
-
> [!NOTE]
226
-
> This allow list only accepts security groups, and not Microsoft 365 Groups.
227
-
228
-
Each security group is denoted by its GUID object ID. To set this list to be a specific security group, you need to enter its GUID as the parameter. You can enter multiple GUIDs by using a comma to separate them. To skip the check and allow all security groups to share to authenticated guests, set this allow list to a null array.
206
+
### -SharingRestricted
229
207
208
+
SharePoint Embedded offers a role-based sharing model that allows developers to configure file-sharing permissions based on container permission roles, offering a choice between a restrictive and an open sharing model. The open sharing model allows any container members and guest users with edit permissions to share files. The restrictive sharing model allows only container members who are either Owners or Managers to share files.
209
+
210
+
PARAMVALUE: True | False
230
211
231
212
```yaml
232
-
Type: Guid[]
233
-
Parameter Sets: (All)
234
-
Aliases:
235
-
236
-
Required: False
213
+
Type: Boolean
214
+
Applicable: SharePoint Embedded
237
215
Position: Named
238
-
Default value: None
216
+
Required: False
217
+
Default value: True
239
218
Accept pipeline input: False
240
219
Accept wildcard characters: False
241
220
```
242
221
243
-
244
-
### -WhoCanShareAnonymousAllowList
222
+
### -WhoCanShareAnonymousAllowList
245
223
246
224
Sets a container type-specific list of security groups who are allowed to share with anonymous (non-authenticated) users as well as authenticated guest users. This must be set in conjunction with `OverrideTenantWhoCanShareAnonymousAllowList`.
247
225
@@ -251,18 +229,18 @@ Sets a container type-specific list of security groups who are allowed to share
251
229
Each security group is denoted by its GUID object ID. To set this list to be a specific security group, you need to enter its GUID as the parameter. You can enter multiple GUIDs by using a comma to separate them. To skip the check and allow all security groups to share to anyone, set this allow list and the `WhoCanShareAuthenticatedGuestAllowList` to null arrays.
252
230
253
231
```yaml
254
-
Type: Guid[]
255
-
Parameter Sets: (All)
256
-
Aliases:
257
-
Applicable: SharePoint Online
258
-
Required: False
259
-
Position: Named
260
-
Default value: None
261
-
Accept pipeline input: False
262
-
Accept wildcard characters: False
232
+
Type: Guid[]
233
+
Parameter Sets: (All)
234
+
Aliases:
235
+
236
+
Required: False
237
+
Position: Named
238
+
Default value: None
239
+
Accept pipeline input: False
240
+
Accept wildcard characters: False
263
241
```
264
242
265
-
### WhoCanShareAuthenticatedGuestAllowList
243
+
### -WhoCanShareAuthenticatedGuestAllowList
266
244
267
245
Sets a container type-specific list of security groups who are allowed to share with authenticated guest users at the container level. This must be set in conjunction with `OverrideTenantWhoCanShareAuthenticatedGuestAllowList`.
268
246
@@ -271,45 +249,12 @@ Sets a container type-specific list of security groups who are allowed to share
271
249
272
250
Each security group is denoted by its GUID object ID. To set this list to be a specific security group, you need to enter its GUID as the parameter. You can enter multiple GUIDs by using a comma to separate them. To skip the check and allow all security groups to share to authenticated guests, set this allow list to a null array.
273
251
274
-
```yaml
275
-
Type: Guid[]
276
-
Parameter Sets: (All)
277
-
Aliases:
278
-
Applicable: SharePoint Online
279
-
Required: False
280
-
Position: Named
281
-
Default value: None
282
-
Accept pipeline input: False
283
-
Accept wildcard characters: False
284
-
```
285
-
286
-
### OverrideTenantWhoCanShareAnonymousAllowList
287
-
288
-
This setting determines if the container type `WhoCanShareAnonymousAllowList` overrides the tenant-level `WhoCanShareAnonymousAllowList`. The default value for this parameter is false.
This setting determines if the container type `WhoCanShareAuthenticatedGuestAllowList` overrides the tenant-level `WhoCanShareAuthenticatedGuestAllowList`. The default value for this parameter is false.
0 commit comments