Skip to content

Commit 02d502f

Browse files
authored
Merge pull request MicrosoftDocs#11422 from joscurtis/patch-8
Update Get-SafeLinksDetailReport.md
2 parents 6d01d3a + f80f53e commit 02d502f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ This example returns filters the results by the following information:
7777
### -Action
7878
The Action parameter filters the results by action. Valid values are:
7979

80-
- Allowed
81-
- Blocked
82-
- ClickedDuringScan
83-
- ClickedEvenBlocked
84-
- Scanning
85-
- TenantAllowed
86-
- TenantBlocked
87-
- TenantBlockedAndClickedThrough
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.
8888

8989
You can specify multiple values separated by commas.
9090

91-
Note that the values for this parameter are case sensitive.
91+
**Note**: Values for this parameter are case sensitive. No data returned for an action implies that the action didn't occur.
9292

9393
```yaml
9494
Type: MultiValuedProperty

0 commit comments

Comments
 (0)