SolutionVersionProperties interface
Solution Version Properties
Properties
| action |
The type of the latest action performed on this solution version. |
| configuration | Resolved configuration values |
| error |
Error Details if any failure is there |
| external |
External validation id |
| latest |
The URI for tracking the latest action performed on this solution version. |
| provisioning |
Provisioning state of resource |
| review |
Review id of resolved config for this solution version |
| revision | Revision number of resolved config for this solution version |
| solution |
Solution Dependency Context |
| solution |
Solution instance name |
| solution |
Solution Template Version Id |
| specification | App components spec |
| state | State of solution instance |
| target |
Name of applicable target's display name |
| target |
Configuration on the line level across all solution template versions |
Property Details
actionType
The type of the latest action performed on this solution version.
actionType?: string
Property Value
string
configuration
Resolved configuration values
configuration?: string
Property Value
string
errorDetails
externalValidationId
External validation id
externalValidationId?: string
Property Value
string
latestActionTrackingUri
The URI for tracking the latest action performed on this solution version.
latestActionTrackingUri?: string
Property Value
string
provisioningState
Provisioning state of resource
provisioningState?: string
Property Value
string
reviewId
Review id of resolved config for this solution version
reviewId?: string
Property Value
string
revision
Revision number of resolved config for this solution version
revision?: number
Property Value
number
solutionDependencies
Solution Dependency Context
solutionDependencies?: SolutionDependency[]
Property Value
solutionInstanceName
Solution instance name
solutionInstanceName?: string
Property Value
string
solutionTemplateVersionId
Solution Template Version Id
solutionTemplateVersionId?: string
Property Value
string
specification
App components spec
specification: Record<string, any>
Property Value
Record<string, any>
state
State of solution instance
state?: string
Property Value
string
targetDisplayName
Name of applicable target's display name
targetDisplayName?: string
Property Value
string
targetLevelConfiguration
Configuration on the line level across all solution template versions
targetLevelConfiguration?: string
Property Value
string