Class UrlFilter
A URL filter defines an action to take for some URL match.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class UrlFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilteringAction
Required. The action taken when this filter is applied.
Declaration
[JsonProperty("filteringAction")]
public virtual string FilteringAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Priority
Required. The priority of this filter within the URL Filtering Profile. Lower integers indicate higher priorities. The priority of a filter must be unique within a URL Filtering Profile.
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Urls
Required. The list of strings that a URL must match with for this filter to be applied.
Declaration
[JsonProperty("urls")]
public virtual IList<string> Urls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |