state property
The state of the token based auth user.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "ACTIVE" : The auth user is active.
- "CREATING" : The auth user is being created.
- "UPDATING" : The auth user is being updated.
- "DELETING" : The auth user is being deleted.
Implementation
core.String? state;