state property
State of the dependency.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "PROPOSED" : Dependency will be in a proposed state when it is newly identified by the API hub on its own.
- "VALIDATED" : Dependency will be in a validated state when it is validated by the admin or manually created in the API hub.
Implementation
core.String? state;