AS2MdnSettings Class
The AS2 agreement mdn settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelAS2MdnSettings
Constructor
AS2MdnSettings(*, need_mdn: bool, sign_mdn: bool, send_mdn_asynchronously: bool, sign_outbound_mdn_if_optional: bool, send_inbound_mdn_to_message_box: bool, mic_hashing_algorithm: str | HashingAlgorithm, receipt_delivery_url: str | None = None, disposition_notification_to: str | None = None, mdn_text: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
need_mdn
|
Required. The value indicating whether to send or request a MDN. |
sign_mdn
|
Required. The value indicating whether the MDN needs to be signed or not. |
send_mdn_asynchronously
|
Required. The value indicating whether to send the asynchronous MDN. |
receipt_delivery_url
|
The receipt delivery URL. |
disposition_notification_to
|
The disposition notification to header value. |
sign_outbound_mdn_if_optional
|
Required. The value indicating whether to sign the outbound MDN if optional. |
mdn_text
|
The MDN text. |
send_inbound_mdn_to_message_box
|
Required. The value indicating whether to send inbound MDN to message box. |
mic_hashing_algorithm
|
Required. The signing or hashing algorithm. Possible values include: "NotSpecified", "None", "MD5", "SHA1", "SHA2256", "SHA2384", "SHA2512". |
Variables
Name | Description |
---|---|
need_mdn
|
Required. The value indicating whether to send or request a MDN. |
sign_mdn
|
Required. The value indicating whether the MDN needs to be signed or not. |
send_mdn_asynchronously
|
Required. The value indicating whether to send the asynchronous MDN. |
receipt_delivery_url
|
The receipt delivery URL. |
disposition_notification_to
|
The disposition notification to header value. |
sign_outbound_mdn_if_optional
|
Required. The value indicating whether to sign the outbound MDN if optional. |
mdn_text
|
The MDN text. |
send_inbound_mdn_to_message_box
|
Required. The value indicating whether to send inbound MDN to message box. |
mic_hashing_algorithm
|
Required. The signing or hashing algorithm. Possible values include: "NotSpecified", "None", "MD5", "SHA1", "SHA2256", "SHA2384", "SHA2512". |
Azure SDK for Python