The integration object defines integration related parameters.
| Name | Type | Description | Attributes |
|---|---|---|---|
| integration-status | IntegrationStatus | The status of integrate and deintegrate action. Could be 'NotIntegrated','InProgress' or 'Integrated'. | |
| integration-details | IntegrationDetails | The operation detail description for each operation-status, will show error details if operation-status is Failed. Will show if current operation is integrate or deintegrate |
| Name | Type | Restrictions |
|---|---|---|
| IntegrationDetails | xs:string | Length of value must be >=1 Length of value must be <=256 |
| IntegrationStatus | xs:string | Value must be one of:
|