You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-SafeLinksDetailReport.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -77,18 +77,18 @@ This example returns filters the results by the following information:
77
77
### -Action
78
78
The Action parameter filters the results by action. Valid values are:
79
79
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.
88
88
89
89
You can specify multiple values separated by commas.
90
90
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.
0 commit comments