Module: Google::Cloud::ResourceManager::V3::Organization::State
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/organizations.rb
Overview
Organization lifecycle states.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state. This is only useful for distinguishing unset values.
0
- ACTIVE =
The normal and active state.
1
- DELETE_REQUESTED =
The organization has been marked for deletion by the user.
2