actionType property

String? actionType
getter/setter pair

Allow or deny type. Possible string values are:

  • "ACTION_TYPE_UNSPECIFIED" : Unspecified. Results in an error.
  • "ALLOW" : Allowed action type.
  • "DENY" : Deny action type.

Implementation

core.String? actionType;