status property
The status of the client user. Possible string values are:
- "USER_STATUS_UNSPECIFIED" : A placeholder for an undefined user status.
- "PENDING" : A user who was already created but hasn't accepted the invitation yet.
- "ACTIVE" : A user that is currently active.
- "DISABLED" : A user that is currently disabled.
Implementation
core.String? status;