state property
The state of the client user.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : A placeholder for an undefined user state.
- "INVITED" : A user who was created but hasn't accepted the invitation yet, not allowed to access the Authorized Buyers UI.
- "ACTIVE" : A user that is currently active and allowed to access the Authorized Buyers UI.
- "INACTIVE" : A user that is currently inactive and not allowed to access the Authorized Buyers UI.
Implementation
core.String? state;