Show / Hide Table of Contents

Class UrlFilteringProfile

UrlFilteringProfile defines filters based on URL.

Inheritance
object
UrlFilteringProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class UrlFilteringProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UrlFilters

Optional. The list of filtering configs in which each config defines an action to take for some URL match.

Declaration
[JsonProperty("urlFilters")]
public virtual IList<UrlFilter> UrlFilters { get; set; }
Property Value
Type Description
IList<UrlFilter>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX