action property

String? action
getter/setter pair

This is deprecated and has no effect.

Do not use. Possible string values are:

  • "ALLOW" : This is deprecated and has no effect. Do not use.
  • "ALLOW_WITH_LOG" : This is deprecated and has no effect. Do not use.
  • "DENY" : This is deprecated and has no effect. Do not use.
  • "DENY_WITH_LOG" : This is deprecated and has no effect. Do not use.
  • "LOG" : This is deprecated and has no effect. Do not use.
  • "NO_ACTION" : This is deprecated and has no effect. Do not use.

Implementation

core.String? action;