Azure Logic Apps · Schema
AS2ValidationSettings
The AS2 agreement validation settings.
AzureIntegrationiPaaSWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| checkCertificateRevocationListOnReceive | boolean | The value indicating whether to check for certificate revocation list on receive. |
| checkCertificateRevocationListOnSend | boolean | The value indicating whether to check for certificate revocation list on send. |
| checkDuplicateMessage | boolean | The value indicating whether to check for duplicate message. |
| compressMessage | boolean | The value indicating whether the message has to be compressed. |
| encryptMessage | boolean | The value indicating whether the message has to be encrypted. |
| encryptionAlgorithm | object | The encryption algorithm. |
| interchangeDuplicatesValidityDays | integer | The number of days to look back for duplicate interchange. |
| overrideMessageProperties | boolean | The value indicating whether to override incoming message properties with those in agreement. |
| signMessage | boolean | The value indicating whether the message has to be signed. |
| signingAlgorithm | object | The signing algorithm. |