File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
exchange/exchange-ps/exchange/policy-and-compliance-dlp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
25
25
[-AccessScope <AccessScope>]
26
26
[-ActivationDate <DateTime>]
27
27
[-BlockAccess <Boolean>]
28
- [-BlockAccessScope <Boolean >]
28
+ [-BlockAccessScope <BlockAccessScope >]
29
29
[-Comment <String>]
30
30
[-Confirm]
31
31
[-ContentContainsSensitiveInformation <PswsHashtable[]>]
@@ -176,7 +176,7 @@ The BlockAccessScope parameter specifies the scope of the block access action. V
176
176
- PerUser: Block access to external users.
177
177
178
178
` ` ` yaml
179
- Type : Boolean
179
+ Type : BlockAccessScope
180
180
Parameter Sets : (All)
181
181
Aliases :
182
182
Applicable : Office 365 Security & Compliance Center
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Set-DlpComplianceRule [-Identity] <ComplianceRuleIdParameter>
25
25
[-AccessScope <AccessScope>]
26
26
[-ActivationDate <DateTime>]
27
27
[-BlockAccess <Boolean>]
28
- [-BlockAccessScope <Boolean >]
28
+ [-BlockAccessScope <BlockAccessScope >]
29
29
[-Comment <String>]
30
30
[-Confirm]
31
31
[-ContentContainsSensitiveInformation <PswsHashtable[]>]
@@ -158,7 +158,7 @@ The BlockAccessScope parameter specifies the scope of the block access action. V
158
158
- PerUser: Block access to external users.
159
159
160
160
` ` ` yaml
161
- Type : Boolean
161
+ Type : BlockAccessScope
162
162
Parameter Sets : (All)
163
163
Aliases :
164
164
Applicable : Office 365 Security & Compliance Center
You can’t perform that action at this time.
0 commit comments