Integration Account Agreement Args
constructor(agreementName: Output<String>? = null, agreementType: Output<AgreementType>? = null, content: Output<AgreementContentArgs>? = null, guestIdentity: Output<BusinessIdentityArgs>? = null, guestPartner: Output<String>? = null, hostIdentity: Output<BusinessIdentityArgs>? = null, hostPartner: Output<String>? = null, integrationAccountName: Output<String>? = null, location: Output<String>? = null, metadata: Output<Any>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)