AS2Envelope Settings Args
data class AS2EnvelopeSettingsArgs(val autogenerateFileName: Output<Boolean>, val fileNameTemplate: Output<String>, val messageContentType: Output<String>, val suspendMessageOnFileNameGenerationError: Output<Boolean>, val transmitFileNameInMimeHeader: Output<Boolean>) : ConvertibleToJava<AS2EnvelopeSettingsArgs>
The AS2 agreement envelope settings.
Constructors
Properties
Link copied to clipboard
The value indicating whether to auto generate file name.
Link copied to clipboard
The template for file name.
Link copied to clipboard
The message content type.
Link copied to clipboard
The value indicating whether to suspend message on file name generation error.
Link copied to clipboard
The value indicating whether to transmit file name in mime header.