outcome property
Outcome of the configuration step. Possible string values are:
- "OUTCOME_UNSPECIFIED" : Default value. This value is unused.
- "SUCCEEDED" : The step succeeded.
- "FAILED" : The step failed.
Implementation
core.String? outcome;
Outcome of the configuration step. Possible string values are:
core.String? outcome;