AS2EnvelopeSettings Class

The AS2 agreement envelope settings.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
AS2EnvelopeSettings

Constructor

AS2EnvelopeSettings(*, message_content_type: str, transmit_file_name_in_mime_header: bool, file_name_template: str, suspend_message_on_file_name_generation_error: bool, autogenerate_file_name: bool, **kwargs)

Keyword-Only Parameters

Name Description
message_content_type
str

Required. The message content type.

transmit_file_name_in_mime_header

Required. The value indicating whether to transmit file name in mime header.

file_name_template
str

Required. The template for file name.

suspend_message_on_file_name_generation_error

Required. The value indicating whether to suspend message on file name generation error.

autogenerate_file_name

Required. The value indicating whether to auto generate file name.

Variables

Name Description
message_content_type
str

Required. The message content type.

transmit_file_name_in_mime_header

Required. The value indicating whether to transmit file name in mime header.

file_name_template
str

Required. The template for file name.

suspend_message_on_file_name_generation_error

Required. The value indicating whether to suspend message on file name generation error.

autogenerate_file_name

Required. The value indicating whether to auto generate file name.