AS2Acknowledgement Connection Settings Args
data class AS2AcknowledgementConnectionSettingsArgs(val ignoreCertificateNameMismatch: Output<Boolean>, val keepHttpConnectionAlive: Output<Boolean>, val supportHttpStatusCodeContinue: Output<Boolean>, val unfoldHttpHeaders: Output<Boolean>) : ConvertibleToJava<AS2AcknowledgementConnectionSettingsArgs>
The AS2 agreement acknowledgement connection settings.
Properties
Link copied to clipboard
Indicates whether to ignore mismatch in certificate name.
Link copied to clipboard
Indicates whether to keep the connection alive.
Link copied to clipboard
Indicates whether to support HTTP status code 'CONTINUE'.
Link copied to clipboard
Indicates whether to unfold the HTTP headers.