Skip to content

Commit f80f53e

Browse files
authored
Update Get-SafeLinksDetailReport.md
1 parent a1253aa commit f80f53e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,19 @@ 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-
|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|
79+
80+
- Allowed: URL was allowed due to a "Good" verdict.
81+
- Blocked: URL was blocked due to a "Bad" verdict.
82+
- ClickedDuringScan: User skipped verification of the URL and proceeded to the destination URL before Safe Links finished scanning.
83+
- ClickedEvenBlocked: User was blocked at time of click from accessing URL.
84+
- Scanning: URL is being scanned.
85+
- TenantAllowed: URL allow entry in the Tenant Allow/Block List.
86+
- TenantBlocked: URL block entry in the Tenant Allow/Block List.
87+
- TenantBlockedAndClickedThrough: URL was blocked due to a block entry in the Tenant Allow/Block List, and the user clicked through the block page to access the URL.
8988

9089
You can specify multiple values separated by commas.
9190

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.
91+
**Note**: Values for this parameter are case sensitive. No data returned for an action implies that the action didn't occur.
9392

9493
```yaml
9594
Type: MultiValuedProperty

0 commit comments

Comments
 (0)