Network Security v1 API - Enum UrlFilter.Types.UrlFilteringAction (1.0.0-beta01)

public enum UrlFilter.Types.UrlFilteringAction

Reference documentation and code samples for the Network Security v1 API enum UrlFilter.Types.UrlFilteringAction.

Action to be taken when a URL matches a filter.

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Fields

Name Description
Allow

The connection matching this filter will be allowed to transmit.

Deny

The connection matching this filter will be dropped.

Unspecified

Filtering action not specified.