state property

String? state
getter/setter pair

The state of the tenant.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "ACTIVE" : The tenant is active and may be used to provision users and groups.
  • "DELETED" : The tenant is soft-deleted. Soft-deleted tenants are permanently deleted after approximately 30 days.

Implementation

core.String? state;