state property

String? state
getter/setter pair

The organization's current lifecycle state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state. This is only useful for distinguishing unset values.
  • "ACTIVE" : The normal and active state.
  • "DELETE_REQUESTED" : The organization has been marked for deletion by the user.

Implementation

core.String? state;