action property

String? action
getter/setter pair

The action this rule takes. Possible string values are:

  • "ACTION_UNSPECIFIED" : Action not specified.
  • "ALLOW" : Allow the operation.
  • "DENY" : Deny the operation.

Implementation

core.String? action;