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
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -76,19 +76,20 @@ This example returns filters the results by the following information:
76
76
77
77
### -Action
78
78
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|
88
89
89
90
You can specify multiple values separated by commas.
90
91
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.
0 commit comments