Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 598 Bytes

ConfigVerificationResultDTO.md

File metadata and controls

21 lines (14 loc) · 598 Bytes

ConfigVerificationResultDTO

Properties

Name Type Description Notes
outcome OutcomeEnum The outcome of the verification [optional]
verificationStepName String The name of the verification step [optional]
explanation String An explanation of why the step was or was not successful [optional]

Enum: OutcomeEnum

Name Value
SUCCESSFUL "SUCCESSFUL"
FAILED "FAILED"
SKIPPED "SKIPPED"