The integration object defines integration related parameters.
| Name | Type | Description | Attributes |
|---|---|---|---|
| integrationStatus | IntegrationStatus | The status of integrate and deintegrate action. Could be 'NotIntegrated','InProgress' or 'Integrated'. | |
| integrationDetails | 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 | string | Length of value must be >=1 Length of value must be <=256 |
| IntegrationStatus | string | Value must be one of:
|