File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
35
35
[-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
36
36
[-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>] [-StorageQuotaReset]
37
37
[-DefaultSharingLinkType] [-DefaultLinkPermission] [-DefaultLinkToExistingAccess]
38
- [-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>] [-AnonymousLinkExpirationInDays <Int32>] [-OverrideTenantAnonymousLinkExpirationPolicy <Boolean>] [-SensitivityLabel <String>]
38
+ [-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-ProtectionLevelName <String>] [- LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>] [-AnonymousLinkExpirationInDays <Int32>] [-OverrideTenantAnonymousLinkExpirationPolicy <Boolean>] [-SensitivityLabel <String>]
39
39
[-RemoveLabel] [<CommonParameters>]
40
40
```
41
41
@@ -843,6 +843,23 @@ Accept pipeline input: False
843
843
Accept wildcard characters: False
844
844
` ` `
845
845
846
+
847
+ # ## -ProtectionLevelName
848
+
849
+ Policy tag.
850
+
851
+ ` ` ` yaml
852
+ Type: String
853
+ Parameter Sets: ParamSet1
854
+ Aliases:
855
+ Applicable: SharePoint Online
856
+ Required: False
857
+ Position: Named
858
+ Default value: None
859
+ Accept pipeline input: False
860
+ Accept wildcard characters: False
861
+ ` ` `
862
+
846
863
# ## -AllowEditing
847
864
848
865
Prevents users from editing Office files in the browser and copying and pasting Office file contents out of the browser window.
You can’t perform that action at this time.
0 commit comments