Enum CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryUrlVisitsBreakdownsRequest.MetricEnum
Optional. The metric to return the breakdowns for. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public enum CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryUrlVisitsBreakdownsRequest.MetricEnum
Fields
| Name | Description |
|---|---|
| URLVISITSMETRICHIGHRISKURLVISITS | The number of suspicious URL visits with high risk. |
| URLVISITSMETRICLOWRISKURLVISITS | The number of suspicious URL visits with low risk. |
| URLVISITSMETRICMEDIUMRISKURLVISITS | The number of suspicious URL visits with medium risk. |
| URLVISITSMETRICTOTALSUSPICIOUSURLVISITS | The total number of suspicious URL visits. This is the sum of the high_risk_url_visits, medium_risk_url_visits, and low_risk_url_visits. |
| URLVISITSMETRICUNSPECIFIED | Unspecified URL visits metric. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS. |