ValidationProperties interface
Model that represents the properties of the scenario validation.
Properties
| end |
The scenario validation UTC end time. |
| errors | System or infrastructure errors encountered during validation. |
| execution |
Execution plan created from validation. This plan will be executed as-is on next scenario execution. |
| start |
The scenario validation UTC start time. |
| status | The scenario validation status. |
| validation |
Business errors from validation — permission and resource state issues. |
Property Details
endTime
The scenario validation UTC end time.
endTime?: Date
Property Value
Date
errors
System or infrastructure errors encountered during validation.
errors?: OperationError[]
Property Value
executionPlanJson
Execution plan created from validation. This plan will be executed as-is on next scenario execution.
executionPlanJson?: string
Property Value
string
startTime
The scenario validation UTC start time.
startTime: Date
Property Value
Date
status
The scenario validation status.
status: string
Property Value
string
validationErrors
Business errors from validation — permission and resource state issues.
validationErrors?: ScenarioErrors