action property

String? action
getter/setter pair

The action that the external access rule performs. Possible string values are:

  • "ACTION_UNSPECIFIED" : Defaults to allow.
  • "ALLOW" : Allows connections that match the other specified components.
  • "DENY" : Blocks connections that match the other specified components.

Implementation

core.String? action;