action property

String? action
getter/setter pair

The action to take on the AccessProposal.

Required. Possible string values are:

  • "ACTION_UNSPECIFIED" : Unspecified action
  • "ACCEPT" : The user accepts the proposal. Note: If this action is used, the role field must have at least one value.
  • "DENY" : The user denies the proposal

Implementation

core.String? action;