outcome property

String? outcome
getter/setter pair

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;