state property
The state of the user.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "PENDING" : The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions.
- "VERIFIED" : The user is verified.
Implementation
core.String? state;