action property
The action to take on the access proposal.
Required. Possible string values are:
- "ACTION_UNSPECIFIED" : Unspecified action
- "ACCEPT" : The user accepts the access proposal. Note: If this action is
used, the
role
field must have at least one value. - "DENY" : The user denies the access proposal.
Implementation
core.String? action;