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
@@ -937,17 +940,13 @@ Gets or sets default share link role for fluid on the site
937
940
The valid values are:
938
941
939
942
- Edit
940
-
- LimitedEdit
941
-
- LimitedView
942
-
- ManageList
943
943
- None
944
-
- Owner
945
944
- RestrictedView
946
945
- Review
947
-
- Submit
946
+
- View
948
947
949
948
```yaml
950
-
Type: SharingCapabilities
949
+
Type: SharingRole
951
950
Parameter Sets: (All)
952
951
Aliases:
953
952
Applicable: SharePoint Online
@@ -1367,6 +1366,69 @@ Default value: None
1367
1366
Accept pipeline input: False
1368
1367
Accept wildcard characters: False
1369
1368
```
1369
+
### -OverrideSharingCapability
1370
+
1371
+
Determines whether it should override the sharing capability on its partition. For example, if the tenant sharing capability is `ExternalUserAndGuestSharing`, the core partition sharing capability is `Disabled`, and the side-defined sharing capability is also `ExternalUserAndGuestSharing`, the effective site sharing capability should be `Disabled` (the most restrictive one among tenant, partition, and site) if `OverrideSharingCapability` is `false`. If `OverrideSharingCapability` is `true`, it skips checking partition sharing capability and sets the site sharing capability to `ExternalUserAndGuestSharing`.
1372
+
1373
+
PARAMVALUE: False | True
1374
+
1375
+
```yaml
1376
+
Type: Boolean
1377
+
Parameter Sets: ParamSet1
1378
+
Aliases:
1379
+
Applicable: SharePoint Online
1380
+
Required: False
1381
+
Position: Named
1382
+
Default value: None
1383
+
Accept pipeline input: False
1384
+
Accept wildcard characters: False
1385
+
```
1386
+
1387
+
### -DefaultShareLinkScope
1388
+
1389
+
The default share link scope on the site. It replaces `DefaultSharingLinkType`.
1390
+
1391
+
The valid values are:
1392
+
1393
+
- Anyone
1394
+
- Organization
1395
+
- SpecificPeople
1396
+
- Uninitialized
1397
+
1398
+
```yaml
1399
+
Type: SharingScope
1400
+
Parameter Sets: (All)
1401
+
Aliases:
1402
+
Applicable: SharePoint Online
1403
+
Required: False
1404
+
Position: Named
1405
+
Default value: Uninitialized
1406
+
Accept pipeline input: False
1407
+
Accept wildcard characters: False
1408
+
```
1409
+
### -DefaultShareLinkRole
1410
+
1411
+
The default share link role for the site collection. It replaces `DefaultLinkPermission`.
0 commit comments