IntegrationAccountAgreement Class

The integration account agreement.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.logic.models._models_py3.Resource
IntegrationAccountAgreement

Constructor

IntegrationAccountAgreement(*, agreement_type: str | AgreementType, host_partner: str, guest_partner: str, host_identity: BusinessIdentity, guest_identity: BusinessIdentity, content: AgreementContent, location: str | None = None, tags: Dict[str, str] | None = None, metadata: Any | None = None, **kwargs)

Keyword-Only Parameters

Name Description
location
str

The resource location.

tags

A set of tags. The resource tags.

metadata
any

The metadata.

agreement_type

Required. The agreement type. Possible values include: "NotSpecified", "AS2", "X12", "Edifact".

host_partner
str

Required. The integration account partner that is set as host partner for this agreement.

guest_partner
str

Required. The integration account partner that is set as guest partner for this agreement.

host_identity

Required. The business identity of the host partner.

guest_identity

Required. The business identity of the guest partner.

content

Required. The agreement content.

Variables

Name Description
id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

location
str

The resource location.

tags

A set of tags. The resource tags.

created_time

The created time.

changed_time

The changed time.

metadata
any

The metadata.

agreement_type

Required. The agreement type. Possible values include: "NotSpecified", "AS2", "X12", "Edifact".

host_partner
str

Required. The integration account partner that is set as host partner for this agreement.

guest_partner
str

Required. The integration account partner that is set as guest partner for this agreement.

host_identity

Required. The business identity of the host partner.

guest_identity

Required. The business identity of the guest partner.

content

Required. The agreement content.