ValidationState type

Defines values for ValidationState.
KnownValidationState can be used interchangeably with ValidationState, this enum contains the known values that the service supports.

Known values supported by the service

Failed: Validation has failed.
Succeeded: Validation has succeeded.
Warning: Validation has succeeded with warnings.

type ValidationState = string