Skip to content

Commit ea800b0

Browse files
authored
Updating to String[]
1 parent 08c148d commit ea800b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Set-SPOTenant
3232
[-AllowGuestUserShareToUsersNotInSiteCollection <Boolean>]
3333
[-AllowOverrideForBlockUserInfoVisibility]
3434
[-AllowSensitivityLabelOnRecords <Boolean>]
35-
[-AllowSelectSecurityGroupsInSPSitesList [List<String>]]
36-
[-AllowSelectSGsInODBListInTenant [List<String>]]
35+
[-AllowSelectSecurityGroupsInSPSitesList [String[]]]
36+
[-AllowSelectSGsInODBListInTenant [String[]]]
3737
[-AllowSharingOutsideRestrictedAccessControlGroups <Boolean>]
3838
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
3939
[-AnyoneLinkTrackUsers <Boolean>]
@@ -75,8 +75,8 @@ Set-SPOTenant
7575
[-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
7676
[-DelegateRestrictedAccessControlManagement <Boolean>]
7777
[-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
78-
[-DenySelectSecurityGroupsInSPSitesList [List<String>]]
79-
[-DenySelectSGsInODBListInTenant [List<String>]]
78+
[-DenySelectSecurityGroupsInSPSitesList [String[]]]
79+
[-DenySelectSGsInODBListInTenant [String[]]]
8080
[-DisableAddShortcutsToOneDrive <Boolean>]
8181
[-DisableBackToClassic <Boolean>]
8282
[-DisableCustomAppAuthentication <Boolean>]
@@ -4233,7 +4233,7 @@ Accept wildcard characters: False
42334233
Allows members of specific security groups to access SharePoint content.
42344234

42354235
```yaml
4236-
Type: List<string>
4236+
Type: String[]
42374237
Parameter Sets: (All)
42384238
Aliases:
42394239
Applicable: SharePoint Online
@@ -4249,7 +4249,7 @@ Accept wildcard characters: False
42494249
Restricts members of specific security groups from accessing SharePoint content.
42504250

42514251
```yaml
4252-
Type: List<string>
4252+
Type: String[]
42534253
Parameter Sets: (All)
42544254
Aliases:
42554255
Applicable: SharePoint Online
@@ -4265,7 +4265,7 @@ Accept wildcard characters: False
42654265
Allows members of specific security groups to access OneDrive content.
42664266

42674267
```yaml
4268-
Type: List<string>
4268+
Type: String[]
42694269
Parameter Sets: (All)
42704270
Aliases:
42714271
Applicable: SharePoint Online
@@ -4281,7 +4281,7 @@ Accept wildcard characters: False
42814281
Restricts members of specific security groups from accessing OneDrive content.
42824282

42834283
```yaml
4284-
Type: List<string>
4284+
Type: String[]
42854285
Parameter Sets: (All)
42864286
Aliases:
42874287
Applicable: SharePoint Online

0 commit comments

Comments
 (0)