SolutionsSolutionValidationResult

SolutionsSolutionValidationResult
SolutionsSolutionValidationResult

Result of validation, of a solution, for application.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "solution": "string",
    "valid": false,
    "invalidReason": "string"
}
string
solution
Required

Validated solution.

boolean
valid
Required

True - if the solution is valid for application, False - otherwise.

string
invalidReason
Optional

Populated with the reason the solution is not valid for application SolutionsInvalidReasonEnum.