Skip to content

Commit a1253aa

Browse files
authored
Update Get-SafeLinksDetailReport.md
Adding value definitions for the Action values as this has led to customer confusion.
1 parent 22c116c commit a1253aa

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

exchange/exchange-ps/exchange/Get-SafeLinksDetailReport.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,20 @@ This example returns filters the results by the following information:
7676

7777
### -Action
7878
The Action parameter filters the results by action. Valid values are:
79-
80-
- Allowed
81-
- Blocked
82-
- ClickedDuringScan
83-
- ClickedEvenBlocked
84-
- Scanning
85-
- TenantAllowed
86-
- TenantBlocked
87-
- TenantBlockedAndClickedThrough
79+
|Value|Definition|
80+
|---|---|
81+
|Allowed|URL was allowed due to a "Good" verdict|
82+
|Blocked|URL was blocked due to a "Bad" verdict|
83+
|ClickedDuringScan|User skipped verification of the URL and proceeded to the URL destination before Safe Links finished scan|
84+
|ClickedEvenBlocked|User was blocked at time of click from accessing URL|
85+
|Scanning|URL is being scanned|
86+
|TenantAllowed|Tenant Allow is in place for the URL|
87+
|TenantBlocked|Tenant Block is in place for the URL|
88+
|TenantBlockedAndClickedThrough|URL was blocked due to Tenant Block and end user clicked through the block page to access the URL|
8889

8990
You can specify multiple values separated by commas.
9091

91-
Note that the values for this parameter are case sensitive.
92+
Note: that the values for this parameter are case sensitive. If no data is returned for an action this implies that the scenario didn't occur in the tenant.
9293

9394
```yaml
9495
Type: MultiValuedProperty

0 commit comments

Comments
 (0)