state property
Gemini Enterprise only.
The state of the token.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Gemini Enterprise only. State unspecified.
- "ACTIVE" : Gemini Enterprise only. The token is active and may be used to provision users and groups.
- "DELETED" : Gemini Enterprise only. The token is soft-deleted. Soft-deleted tokens are permanently deleted after approximately 30 days.
Implementation
core.String? state;