ValidationProperties interface

Model that represents the properties of the scenario validation.

Properties

endTime

The scenario validation UTC end time.

errors

System or infrastructure errors encountered during validation.

executionPlanJson

Execution plan created from validation. This plan will be executed as-is on next scenario execution.

startTime

The scenario validation UTC start time.

status

The scenario validation status.

validationErrors

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

Property Value