Skip to content

Commit 4faed8e

Browse files
Merge pull request #825 from wenyi189/yiwen-working
Update Set-SPOTenant.md to add EnforceRequestDigest setting
2 parents 5a41e54 + 216f698 commit 4faed8e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Set-SPOTenant
114114
[-EnableSensitivityLabelforPDF <Boolean>]
115115
[-EnableVersionExpirationSetting <Boolean>]
116116
[-EnforceContentSecurityPolicy <Boolean>]
117+
[-EnforceRequestDigest <Boolean>]
117118
[-ExcludedBlockDownloadGroupIds [Guid[]]]
118119
[-ExcludeSiteTemplate <SwitchParameter>]
119120
[-ExemptNativeUsersFromTenantLevelRestricedAccessControl <Boolean>]
@@ -3260,6 +3261,23 @@ Accept pipeline input: False
32603261
Accept wildcard characters: False
32613262
```
32623263

3264+
### -EnforceRequestDigest
3265+
3266+
When set to `True` a valid request digest is required on SOAP API calls that perform a state-changing operation.
3267+
3268+
PARAMVALUE: True | False
3269+
3270+
```yaml
3271+
Type: Boolean
3272+
Parameter Sets: (All)
3273+
Applicable: SharePoint Online
3274+
Required: False
3275+
Position: Named
3276+
Default value: False
3277+
Accept pipeline input: False
3278+
Accept wildcard characters: False
3279+
```
3280+
32633281
### -DocumentUnderstandingModelScope
32643282

32653283
This parameter allows administrators to limit which SharePoint sites the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature is available on.

0 commit comments

Comments
 (0)