actionType property

String? actionType
getter/setter pair

Whether to allow or deny the action. Possible string values are:

  • "ACTION_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "ALLOW" : Allow the action.
  • "DENY" : Deny the action.

Implementation

core.String? actionType;