AS2OneWayAgreement Class
The integration account AS2 one-way agreement.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelAS2OneWayAgreement
Constructor
AS2OneWayAgreement(*, sender_business_identity: BusinessIdentity, receiver_business_identity: BusinessIdentity, protocol_settings: AS2ProtocolSettings, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
sender_business_identity
|
Required. The sender business identity. |
receiver_business_identity
|
Required. The receiver business identity. |
protocol_settings
|
Required. The AS2 protocol settings. |
Variables
Name | Description |
---|---|
sender_business_identity
|
Required. The sender business identity. |
receiver_business_identity
|
Required. The receiver business identity. |
protocol_settings
|
Required. The AS2 protocol settings. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python