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
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -76,20 +76,19 @@ 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
-
|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.
89
88
90
89
You can specify multiple values separated by commas.
91
90
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.
0 commit comments