action property

String? action
getter/setter pair

The action to take when a rule match is found.

Possible values are "ALLOW" or "DENY".

Required. Possible string values are:

  • "ACTION_UNSPECIFIED" : Default value.
  • "ALLOW" : Grant access.
  • "DENY" : Deny access.

Implementation

core.String? action;