state property
State of the organization.
Values other than ACTIVE means the resource is not ready to use.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Resource is in an unspecified state.
- "CREATING" : Resource is being created.
- "ACTIVE" : Resource is provisioned and ready to use.
- "DELETING" : The resource is being deleted.
- "UPDATING" : The resource is being updated.
Implementation
core.String? state;