SolutionsValidationResult
SolutionsValidationResult
Result of validation, of a desired state, 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",
"valid": false,
"solutionResult": [
{
"_typeName": "string",
"solution": "string",
"valid": false,
"invalidReason": "string"
}
]
}
boolean
valid
Required
True
- if the desired state is valid for application, False
- otherwise.
array of SolutionsSolutionValidationResult
solutionResult
Optional
Detailed per-solution result of the validation.