code property
The current state of the scope resource.
Output only. Possible string values are:
- "CODE_UNSPECIFIED" : The code is not set.
- "CREATING" : The scope is being created.
- "READY" : The scope active.
- "DELETING" : The scope is being deleted.
- "UPDATING" : The scope is being updated.
Implementation
core.String? code;