@@ -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
42334233Allows members of specific security groups to access SharePoint content.
42344234
42354235` ` ` yaml
4236- Type: List<string>
4236+ Type: String[]
42374237Parameter Sets: (All)
42384238Aliases:
42394239Applicable: SharePoint Online
@@ -4249,7 +4249,7 @@ Accept wildcard characters: False
42494249Restricts members of specific security groups from accessing SharePoint content.
42504250
42514251` ` ` yaml
4252- Type: List<string>
4252+ Type: String[]
42534253Parameter Sets: (All)
42544254Aliases:
42554255Applicable: SharePoint Online
@@ -4265,7 +4265,7 @@ Accept wildcard characters: False
42654265Allows members of specific security groups to access OneDrive content.
42664266
42674267` ` ` yaml
4268- Type: List<string>
4268+ Type: String[]
42694269Parameter Sets: (All)
42704270Aliases:
42714271Applicable: SharePoint Online
@@ -4281,7 +4281,7 @@ Accept wildcard characters: False
42814281Restricts members of specific security groups from accessing OneDrive content.
42824282
42834283` ` ` yaml
4284- Type: List<string>
4284+ Type: String[]
42854285Parameter Sets: (All)
42864286Aliases:
42874287Applicable: SharePoint Online
0 commit comments