filteringAction property

String? filteringAction
getter/setter pair

The action taken when this filter is applied.

Required. Possible string values are:

  • "URL_FILTERING_ACTION_UNSPECIFIED" : Filtering action not specified.
  • "ALLOW" : The connection matching this filter will be allowed to transmit.
  • "DENY" : The connection matching this filter will be dropped.

Implementation

core.String? filteringAction;